Home
last modified time | relevance | path

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

/freebsd/contrib/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()
/freebsd/contrib/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;
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h287 void MakeAbsolute(const FileSpec &dir);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp171 SmallVectorImpl<char> &ResultPath, bool MakeAbsolute, in createUniqueEntity() argument
181 sys::fs::createUniquePath(Model, ResultPath, MakeAbsolute); in createUniqueEntity()
797 bool MakeAbsolute) { in createUniquePath() argument
801 if (MakeAbsolute) { in createUniquePath()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp537 void FileSpec::MakeAbsolute(const FileSpec &dir) { in MakeAbsolute() function in FileSpec
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h809 bool MakeAbsolute);
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp970 m_file_spec->MakeAbsolute(GetCompilationDirectory()); in ComputeAbsolutePath()
H A DSymbolFileDWARF.cpp755 file_spec.MakeAbsolute(dwarf_cu.GetCompilationDirectory()); in MakeAbsoluteAndRemap()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp142 cmd_file.MakeAbsolute(source_dir); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2615 init_file.MakeAbsolute(HostInfo::GetShlibDir()); in SourceInitFileGlobal()