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.h276 void MakeAbsolute(const FileSpec &dir);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp172 SmallVectorImpl<char> &ResultPath, bool MakeAbsolute, in createUniqueEntity() argument
182 sys::fs::createUniquePath(Model, ResultPath, MakeAbsolute); in createUniqueEntity()
798 bool MakeAbsolute) { in createUniquePath() argument
802 if (MakeAbsolute) { in createUniquePath()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp530 void FileSpec::MakeAbsolute(const FileSpec &dir) { in MakeAbsolute() function in FileSpec
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp896 m_file_spec->MakeAbsolute(GetCompilationDirectory()); in ComputeAbsolutePath()
H A DSymbolFileDWARF.cpp762 file_spec.MakeAbsolute(dwarf_cu.GetCompilationDirectory()); in MakeAbsoluteAndRemap()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h804 bool MakeAbsolute);
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp141 cmd_file.MakeAbsolute(source_dir); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2462 init_file.MakeAbsolute(HostInfo::GetShlibDir()); in SourceInitFileGlobal()