| /llvm-project/lldb/source/Host/common/ |
| H A D | FileSystem.cpp | 202 std::error_code FileSystem::MakeAbsolute(SmallVectorImpl<char> &path) const { in MakeAbsolute() function in FileSystem 206 std::error_code FileSystem::MakeAbsolute(FileSpec &file_spec) const { in MakeAbsolute() function in FileSystem 210 auto EC = MakeAbsolute(path); in MakeAbsolute() 236 MakeAbsolute(absolute); in Resolve()
|
| /llvm-project/lldb/include/lldb/Host/ |
| H A D | FileSystem.h | 135 std::error_code MakeAbsolute(llvm::SmallVectorImpl<char> &path) const; 136 std::error_code MakeAbsolute(FileSpec &file_spec) const;
|
| /llvm-project/lldb/unittests/Host/ |
| H A D | FileSystemTest.cpp | 232 TEST(FileSystemTest, MakeAbsolute) { in TEST() argument 238 auto EC = fs.MakeAbsolute(foo); in TEST() 245 auto EC = fs.MakeAbsolute(file_spec); in TEST()
|
| /llvm-project/lldb/include/lldb/Utility/ |
| H A D | FileSpec.h | 276 void MakeAbsolute(const FileSpec &dir);
|
| /llvm-project/llvm/lib/Support/ |
| H A D | Path.cpp | 171 SmallVectorImpl<char> &ResultPath, bool MakeAbsolute, in createUniqueEntity() 181 sys::fs::createUniquePath(Model, ResultPath, MakeAbsolute); in createUniqueEntity() 797 bool MakeAbsolute) { in createUniquePath() 801 if (MakeAbsolute) { in createUniquePath() 172 createUniqueEntity(const Twine & Model,int & ResultFD,SmallVectorImpl<char> & ResultPath,bool MakeAbsolute,FSEntity Type,sys::fs::OpenFlags Flags=sys::fs::OF_None,unsigned Mode=0) createUniqueEntity() argument 798 createUniquePath(const Twine & Model,SmallVectorImpl<char> & ResultPath,bool MakeAbsolute) createUniquePath() argument
|
| /llvm-project/lldb/source/Utility/ |
| H A D | FileSpec.cpp | 530 void FileSpec::MakeAbsolute(const FileSpec &dir) { in MakeAbsolute() function in FileSpec
|
| /llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFUnit.cpp | 889 m_file_spec->MakeAbsolute(GetCompilationDirectory()); in ComputeAbsolutePath()
|
| H A D | SymbolFileDWARF.cpp | 755 file_spec.MakeAbsolute(dwarf_cu.GetCompilationDirectory()); in MakeAbsoluteAndRemap()
|
| /llvm-project/llvm/include/llvm/Support/ |
| H A D | FileSystem.h | 785 /// replaced by a random char in [0-9a-f]. If \a MakeAbsolute is true 786 /// then the system's temp directory is prepended first. If \a MakeAbsolute 798 /// @param MakeAbsolute Whether to use the system temp directory. 800 bool MakeAbsolute);
|
| /llvm-project/llvm/unittests/ExecutionEngine/JITLink/ |
| H A D | LinkGraphTests.cpp | 366 TEST(LinkGraphTest, MakeAbsolute) { in TEST() 324 TEST(LinkGraphTest,MakeAbsolute) TEST() argument
|
| /llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectCommands.cpp | 141 cmd_file.MakeAbsolute(source_dir); in DoExecute()
|
| /llvm-project/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 2506 init_file.MakeAbsolute(HostInfo::GetShlibDir()); in DidProcessStopAbnormally()
|