reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
435 bool Changed = FixupRelativePath(Path); 437 if (!llvm::sys::path::is_absolute(StringRef(Path.data(), Path.size()))) { 437 if (!llvm::sys::path::is_absolute(StringRef(Path.data(), Path.size()))) { 438 FS->makeAbsolute(Path);