Home
last modified time | relevance | path

Searched refs:makeAbsolute (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DDefineExternalSectionStartAndEndSymbols.h55 G.makeAbsolute(*Sym, 0); in operator()
61 G.makeAbsolute(*Sym, 0); in operator()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DFileCollector.cpp89 static void makeAbsolute(SmallVectorImpl<char> &Path) { in makeAbsolute() function
106 makeAbsolute(Paths.VirtualPath); in canonicalize()
H A DVirtualFileSystem.cpp124 std::error_code FileSystem::makeAbsolute(SmallVectorImpl<char> &Path) const { in makeAbsolute() function in FileSystem
725 std::error_code EC = makeAbsolute(Path); in addFile()
833 std::error_code EC = FS.makeAbsolute(Path); in lookupInMemoryNode()
975 std::error_code EC = makeAbsolute(Path); in setCurrentWorkingDirectory()
994 if (auto EC = makeAbsolute(Output)) in getRealPath()
1146 if (std::error_code EC = makeAbsolute(AbsolutePath)) in setCurrentWorkingDirectory()
1163 std::error_code RedirectingFileSystem::makeAbsolute(SmallVectorImpl<char> &Path) const { in makeAbsolute() function in RedirectingFileSystem
1805 auto EC = ExternalFS.makeAbsolute(From); in create()
1827 auto EC = ExternalFS.makeAbsolute(To); in create()
1869 if (std::error_code EC = makeAbsolute(Path)) in makeCanonical()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DVirtualFileSystem.h297 virtual std::error_code makeAbsolute(SmallVectorImpl<char> &Path) const;
843 std::error_code makeAbsolute(SmallVectorImpl<char> &Path) const override;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp534 if (!VFS.makeAbsolute(MappedPath)) in CanReuse()
553 if (!VFS.makeAbsolute(MappedPath)) in CanReuse()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h543 void makeAbsolute(Addressable &A) { in makeAbsolute() function
1084 void makeAbsolute(Symbol &Sym, JITTargetAddress Address) { in makeAbsolute() function
1096 Sym.makeAbsolute(createAddressable(Address)); in makeAbsolute()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DFileManager.cpp490 FS->makeAbsolute(Path); in makeAbsolutePath()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DTooling.cpp236 if (auto EC = FS.makeAbsolute(AbsolutePath)) in getAbsolutePath()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp3019 if (std::error_code EC = FS->makeAbsolute(Path)) in getStyle()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.cpp952 (void)D.getVFS().makeAbsolute(CoverageFilename); in addPGOAndCoverageFlags()
2346 Driver.getVFS().makeAbsolute(Path); in DumpCompilationDatabaseFragmentToDir()