Searched defs:makeAbsolute (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ | ||
H A D | FileCollector.cpp | 91 static void makeAbsolute(SmallVectorImpl<char> &Path) { in makeAbsolute() function |
H A D | VirtualFileSystem.cpp | 128 std::error_code FileSystem::makeAbsolute(SmallVectorImpl<char> &Path) const { in makeAbsolute() function in FileSystem |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ | ||
H A D | JITLink.h | 661 void makeAbsolute(Addressable &A) { makeAbsolute() function |