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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DReproducer.cpp149 static FileSpec MakeAbsolute(FileSpec file_spec) { function
156 Generator::Generator(FileSpec root) : m_root(MakeAbsolute(std::move(root))) {
214 : m_root(MakeAbsolute(std::move(root))), m_loaded(false) {}
H A DFileSpec.cpp494 void FileSpec::MakeAbsolute(const FileSpec &dir) { function in class:FileSpec
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp219 std::error_code FileSystem::MakeAbsolute(SmallVectorImpl<char> &path) const { function in class:FileSystem
223 std::error_code FileSystem::MakeAbsolute(FileSpec &file_spec) const { function in class:FileSystem
227 auto EC = MakeAbsolute(path);
253 MakeAbsolute(absolute);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileSystem.h134 std::error_code MakeAbsolute(llvm::SmallVectorImpl<char> &path) const;
135 std::error_code MakeAbsolute(FileSpec &file_spec) const;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h266 void MakeAbsolute(const FileSpec &dir);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp169 SmallVectorImpl<char> &ResultPath, bool MakeAbsolute,
179 sys::fs::createUniquePath(Model, ResultPath, MakeAbsolute);
765 bool MakeAbsolute) {
769 if (MakeAbsolute) {
168 createUniqueEntity(const Twine &Model, int &ResultFD, SmallVectorImpl<char> &ResultPath, bool MakeAbsolute, unsigned Mode, FSEntity Type, sys::fs::OpenFlags Flags = sys::fs::OF_None) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp793 m_file_spec->MakeAbsolute(GetCompilationDirectory());
H A DSymbolFileDWARF.cpp695 cu_file_spec.MakeAbsolute(dwarf_cu.GetCompilationDirectory());
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h789 /// replaced by a random char in [0-9a-f]. If \a MakeAbsolute is true
790 /// then the system's temp directory is prepended first. If \a MakeAbsolute
802 /// @param MakeAbsolute Whether to use the system temp directory.
804 bool MakeAbsolute);

Completed in 201 milliseconds