Home
last modified time | relevance | path

Searched defs:makeAbsolute (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DFileCollector.cpp91 static void makeAbsolute(SmallVectorImpl<char> &Path) { in makeAbsolute() function
H A DVirtualFileSystem.cpp128 std::error_code FileSystem::makeAbsolute(SmallVectorImpl<char> &Path) const { in makeAbsolute() function in FileSystem
1346 std::error_code RedirectingFileSystem::makeAbsolute(SmallVectorImpl<char> &Path) const { in makeAbsolute() function in RedirectingFileSystem
1364 RedirectingFileSystem::makeAbsolute(StringRef WorkingDir, in makeAbsolute() function in RedirectingFileSystem
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h661 void makeAbsolute(Addressable &A) { in makeAbsolute() function
1343 void makeAbsolute(Symbol &Sym, orc::ExecutorAddr Address) { in makeAbsolute() function