Home
last modified time | relevance | path

Searched refs:MakeAbsolute (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/lldb/source/Host/common/
DFileSystem.cpp233 std::error_code FileSystem::MakeAbsolute(SmallVectorImpl<char> &path) const { in MakeAbsolute() function in FileSystem
237 std::error_code FileSystem::MakeAbsolute(FileSpec &file_spec) const { in MakeAbsolute() function in FileSystem
241 auto EC = MakeAbsolute(path); in MakeAbsolute()
267 MakeAbsolute(absolute); in Resolve()
/external/llvm-project/lldb/include/lldb/Host/
DFileSystem.h135 std::error_code MakeAbsolute(llvm::SmallVectorImpl<char> &path) const;
136 std::error_code MakeAbsolute(FileSpec &file_spec) const;
/external/llvm-project/lldb/unittests/Host/
DFileSystemTest.cpp219 TEST(FileSystemTest, MakeAbsolute) { in TEST() argument
225 auto EC = fs.MakeAbsolute(foo); in TEST()
232 auto EC = fs.MakeAbsolute(file_spec); in TEST()
/external/llvm-project/lldb/source/Utility/
DReproducer.cpp165 static FileSpec MakeAbsolute(const FileSpec &file_spec) { in MakeAbsolute() function
172 Generator::Generator(FileSpec root) : m_root(MakeAbsolute(std::move(root))) { in Generator()
241 : m_root(MakeAbsolute(std::move(root))), m_loaded(false), in Loader()
DFileSpec.cpp494 void FileSpec::MakeAbsolute(const FileSpec &dir) { in MakeAbsolute() function in FileSpec
/external/llvm-project/clang-tools-extra/clang-tidy/tool/
DClangTidyMain.cpp402 auto MakeAbsolute = [](const std::string &Input) -> SmallString<256> { in clangTidyMain() local
413 SmallString<256> ProfilePrefix = MakeAbsolute(StoreCheckProfile); in clangTidyMain()
421 SmallString<256> FilePath = MakeAbsolute(std::string(FileName)); in clangTidyMain()
/external/llvm-project/lldb/include/lldb/Utility/
DFileSpec.h267 void MakeAbsolute(const FileSpec &dir);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DPath.cpp169 SmallVectorImpl<char> &ResultPath, bool MakeAbsolute, in createUniqueEntity() argument
179 sys::fs::createUniquePath(Model, ResultPath, MakeAbsolute); in createUniqueEntity()
765 bool MakeAbsolute) { in createUniquePath() argument
769 if (MakeAbsolute) { in createUniquePath()
/external/llvm-project/llvm/lib/Support/
DPath.cpp169 SmallVectorImpl<char> &ResultPath, bool MakeAbsolute, in createUniqueEntity() argument
179 sys::fs::createUniquePath(Model, ResultPath, MakeAbsolute); in createUniqueEntity()
792 bool MakeAbsolute) { in createUniquePath() argument
796 if (MakeAbsolute) { in createUniquePath()
/external/llvm/lib/Support/
DPath.cpp163 bool MakeAbsolute, unsigned Mode, in createUniqueEntity() argument
168 if (MakeAbsolute) { in createUniqueEntity()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp163 bool MakeAbsolute, unsigned Mode, in createUniqueEntity() argument
168 if (MakeAbsolute) { in createUniqueEntity()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFUnit.cpp751 m_file_spec->MakeAbsolute(GetCompilationDirectory()); in ComputeAbsolutePath()
DSymbolFileDWARF.cpp671 file_spec.MakeAbsolute(dwarf_cu.GetCompilationDirectory()); in MakeAbsoluteAndRemap()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFileSystem.h804 bool MakeAbsolute);
/external/llvm-project/llvm/include/llvm/Support/
DFileSystem.h784 bool MakeAbsolute);