/external/llvm-project/lldb/source/Host/common/ |
D | FileSystem.cpp | 233 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/ |
D | FileSystem.h | 135 std::error_code MakeAbsolute(llvm::SmallVectorImpl<char> &path) const; 136 std::error_code MakeAbsolute(FileSpec &file_spec) const;
|
/external/llvm-project/lldb/unittests/Host/ |
D | FileSystemTest.cpp | 219 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/ |
D | Reproducer.cpp | 165 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()
|
D | FileSpec.cpp | 494 void FileSpec::MakeAbsolute(const FileSpec &dir) { in MakeAbsolute() function in FileSpec
|
/external/llvm-project/clang-tools-extra/clang-tidy/tool/ |
D | ClangTidyMain.cpp | 402 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/ |
D | FileSpec.h | 267 void MakeAbsolute(const FileSpec &dir);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Path.cpp | 169 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/ |
D | Path.cpp | 169 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/ |
D | Path.cpp | 163 bool MakeAbsolute, unsigned Mode, in createUniqueEntity() argument 168 if (MakeAbsolute) { in createUniqueEntity()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Path.cpp | 163 bool MakeAbsolute, unsigned Mode, in createUniqueEntity() argument 168 if (MakeAbsolute) { in createUniqueEntity()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFUnit.cpp | 751 m_file_spec->MakeAbsolute(GetCompilationDirectory()); in ComputeAbsolutePath()
|
D | SymbolFileDWARF.cpp | 671 file_spec.MakeAbsolute(dwarf_cu.GetCompilationDirectory()); in MakeAbsoluteAndRemap()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | FileSystem.h | 804 bool MakeAbsolute);
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | FileSystem.h | 784 bool MakeAbsolute);
|