Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DFileCollector.cpp89 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
1348 std::error_code RedirectingFileSystem::makeAbsolute(SmallVectorImpl<char> &Path) const { in makeAbsolute() function in RedirectingFileSystem
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DConfigCompile.cpp119 llvm::Optional<std::string> makeAbsolute(Located<std::string> Path, in makeAbsolute() function
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h632 void makeAbsolute(Addressable &A) { in makeAbsolute() function
1233 void makeAbsolute(Symbol &Sym, orc::ExecutorAddr Address) { in makeAbsolute() function