Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp202 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 DFileSystem.h135 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 DFileSystemTest.cpp232 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 DFileSpec.h276 void MakeAbsolute(const FileSpec &dir);
/llvm-project/llvm/lib/Support/
H A DPath.cpp171 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 DFileSpec.cpp530 void FileSpec::MakeAbsolute(const FileSpec &dir) { in MakeAbsolute() function in FileSpec
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp889 m_file_spec->MakeAbsolute(GetCompilationDirectory()); in ComputeAbsolutePath()
H A DSymbolFileDWARF.cpp755 file_spec.MakeAbsolute(dwarf_cu.GetCompilationDirectory()); in MakeAbsoluteAndRemap()
/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h785 /// 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 DLinkGraphTests.cpp366 TEST(LinkGraphTest, MakeAbsolute) { in TEST()
324 TEST(LinkGraphTest,MakeAbsolute) TEST() argument
/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp141 cmd_file.MakeAbsolute(source_dir); in DoExecute()
/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2506 init_file.MakeAbsolute(HostInfo::GetShlibDir()); in DidProcessStopAbnormally()