Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Host/common/
H A DFileSystem.cpp214 std::error_code FileSystem::MakeAbsolute(SmallVectorImpl<char> &path) const { in MakeAbsolute() function in FileSystem
218 std::error_code FileSystem::MakeAbsolute(FileSpec &file_spec) const { in MakeAbsolute() function in FileSystem
222 auto EC = MakeAbsolute(path); in MakeAbsolute()
248 MakeAbsolute(absolute); in Resolve()
/openbsd/gnu/llvm/lldb/include/lldb/Host/
H A DFileSystem.h125 std::error_code MakeAbsolute(llvm::SmallVectorImpl<char> &path) const;
126 std::error_code MakeAbsolute(FileSpec &file_spec) const;
/openbsd/gnu/llvm/lldb/include/lldb/Utility/
H A DFileSpec.h276 void MakeAbsolute(const FileSpec &dir);
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/lldb/source/Utility/
H A DFileSpec.cpp516 void FileSpec::MakeAbsolute(const FileSpec &dir) { in MakeAbsolute() function in FileSpec
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp847 m_file_spec->MakeAbsolute(GetCompilationDirectory()); in ComputeAbsolutePath()
H A DSymbolFileDWARF.cpp681 file_spec.MakeAbsolute(dwarf_cu.GetCompilationDirectory()); in MakeAbsoluteAndRemap()
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DFileSystem.h807 bool MakeAbsolute);
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectCommands.cpp161 cmd_file.MakeAbsolute(source_dir); in DoExecute()
/openbsd/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2446 init_file.MakeAbsolute(HostInfo::GetShlibDir()); in SourceInitFileGlobal()