Home
last modified time | relevance | path

Searched defs:MakeAbsolute (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/source/Utility/
H A DReproducer.cpp123 static FileSpec MakeAbsolute(const FileSpec &file_spec) { in MakeAbsolute() function
H A DFileSpec.cpp493 void FileSpec::MakeAbsolute(const FileSpec &dir) { in MakeAbsolute() function in FileSpec
/llvm-project-15.0.7/lldb/source/Host/common/
H A DFileSystem.cpp213 std::error_code FileSystem::MakeAbsolute(SmallVectorImpl<char> &path) const { in MakeAbsolute() function in FileSystem
217 std::error_code FileSystem::MakeAbsolute(FileSpec &file_spec) const { in MakeAbsolute() function in FileSystem
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/tool/
H A DClangTidyMain.cpp492 auto MakeAbsolute = [](const std::string &Input) -> SmallString<256> { in clangTidyMain() local
/llvm-project-15.0.7/lldb/unittests/Host/
H A DFileSystemTest.cpp219 TEST(FileSystemTest, MakeAbsolute) { in TEST() argument
/llvm-project-15.0.7/llvm/lib/Support/
H A DPath.cpp171 SmallVectorImpl<char> &ResultPath, bool MakeAbsolute, in createUniqueEntity()
797 bool MakeAbsolute) { in createUniquePath()