Home
last modified time | relevance | path

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

/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
1370 std::error_code RedirectingFileSystem::makeAbsolute(SmallVectorImpl<char> &Path) const { makeAbsolute() function in RedirectingFileSystem
1388 RedirectingFileSystem::makeAbsolute(StringRef WorkingDir, makeAbsolute() function in RedirectingFileSystem
[all...]
/llvm-project/clang-tools-extra/clang-tidy/tool/
H A DClangTidyMain.cpp529 static SmallString<256> makeAbsolute(llvm::StringRef Input) { makeAbsolute() function
/llvm-project/clang-tools-extra/clangd/
H A DConfigCompile.cpp119 std::optional<std::string> makeAbsolute(Located<std::string> Path, makeAbsolute() function
/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h662 void makeAbsolute(Addressable &A) { makeAbsolute() function
1354 void makeAbsolute(Symbol &Sym, orc::ExecutorAddr Address) { makeAbsolute() function