Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp233 std::error_code FileSystem::MakeAbsolute(SmallVectorImpl<char> &path) const { in MakeAbsolute() function in FileSystem
237 std::error_code FileSystem::MakeAbsolute(FileSpec &file_spec) const { in MakeAbsolute() function in FileSystem
241 auto EC = MakeAbsolute(path); in MakeAbsolute()
267 MakeAbsolute(absolute); in Resolve()
/freebsd-13.1/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-13.1/contrib/llvm-project/lldb/source/Utility/
H A DReproducer.cpp147 static FileSpec MakeAbsolute(const FileSpec &file_spec) { in MakeAbsolute() function
154 Generator::Generator(FileSpec root) : m_root(MakeAbsolute(std::move(root))) { in Generator()
225 : m_root(MakeAbsolute(std::move(root))), m_loaded(false), in Loader()
H A DFileSpec.cpp494 void FileSpec::MakeAbsolute(const FileSpec &dir) { in MakeAbsolute() function in FileSpec
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h267 void MakeAbsolute(const FileSpec &dir);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp169 SmallVectorImpl<char> &ResultPath, bool MakeAbsolute, in createUniqueEntity() argument
179 sys::fs::createUniquePath(Model, ResultPath, MakeAbsolute); in createUniqueEntity()
792 bool MakeAbsolute) { in createUniquePath() argument
796 if (MakeAbsolute) { in createUniquePath()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp785 m_file_spec->MakeAbsolute(GetCompilationDirectory()); in ComputeAbsolutePath()
H A DSymbolFileDWARF.cpp684 file_spec.MakeAbsolute(dwarf_cu.GetCompilationDirectory()); in MakeAbsoluteAndRemap()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h806 bool MakeAbsolute);