Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DDefineExternalSectionStartAndEndSymbols.h55 G.makeAbsolute(*Sym, 0); in operator()
61 G.makeAbsolute(*Sym, 0); in operator()
/freebsd-13.1/contrib/llvm-project/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
1806 auto EC = ExternalFS.makeAbsolute(From); in create()
1828 auto EC = ExternalFS.makeAbsolute(To); in create()
1870 if (std::error_code EC = makeAbsolute(Path)) in makeCanonical()
/freebsd-13.1/contrib/llvm-project/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;
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp534 if (!VFS.makeAbsolute(MappedPath)) in CanReuse()
553 if (!VFS.makeAbsolute(MappedPath)) in CanReuse()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h606 void makeAbsolute(Addressable &A) { in makeAbsolute() function
1186 void makeAbsolute(Symbol &Sym, JITTargetAddress Address) { in makeAbsolute() function
1198 Sym.makeAbsolute(createAddressable(Address)); in makeAbsolute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp234 return m_fs->makeAbsolute(path); in MakeAbsolute()
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp490 FS->makeAbsolute(Path); in makeAbsolutePath()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp255 if (auto EC = FS.makeAbsolute(AbsolutePath)) in getAbsolutePath()
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp3090 if (std::error_code EC = FS->makeAbsolute(Path)) in getStyle()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp958 (void)D.getVFS().makeAbsolute(CoverageFilename); in addPGOAndCoverageFlags()
2353 Driver.getVFS().makeAbsolute(Path); in DumpCompilationDatabaseFragmentToDir()