Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Utility/
H A DReproducer.cpp123 static FileSpec MakeAbsolute(const FileSpec &file_spec) { in MakeAbsolute() function
130 Generator::Generator(FileSpec root) : m_root(MakeAbsolute(std::move(root))) { in Generator()
200 : m_root(MakeAbsolute(std::move(root))), m_loaded(false) {} in Loader()
H A DFileSpec.cpp493 void FileSpec::MakeAbsolute(const FileSpec &dir) { in MakeAbsolute() function in FileSpec
/llvm-project-15.0.7/lldb/source/Host/common/
H A DFileSystem.cpp213 std::error_code FileSystem::MakeAbsolute(SmallVectorImpl<char> &path) const { in MakeAbsolute() function in FileSystem
217 std::error_code FileSystem::MakeAbsolute(FileSpec &file_spec) const { in MakeAbsolute() function in FileSystem
221 auto EC = MakeAbsolute(path); in MakeAbsolute()
247 MakeAbsolute(absolute); in Resolve()
/llvm-project-15.0.7/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;
/llvm-project-15.0.7/lldb/unittests/Host/
H A DFileSystemTest.cpp219 TEST(FileSystemTest, MakeAbsolute) { in TEST() argument
225 auto EC = fs.MakeAbsolute(foo); in TEST()
232 auto EC = fs.MakeAbsolute(file_spec); in TEST()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/tool/
H A DClangTidyMain.cpp492 auto MakeAbsolute = [](const std::string &Input) -> SmallString<256> { in clangTidyMain() local
503 SmallString<256> ProfilePrefix = MakeAbsolute(StoreCheckProfile); in clangTidyMain()
511 SmallString<256> FilePath = MakeAbsolute(std::string(FileName)); in clangTidyMain()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DFileSpec.h267 void MakeAbsolute(const FileSpec &dir);
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp826 m_file_spec->MakeAbsolute(GetCompilationDirectory()); in ComputeAbsolutePath()
H A DSymbolFileDWARF.cpp681 file_spec.MakeAbsolute(dwarf_cu.GetCompilationDirectory()); in MakeAbsoluteAndRemap()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DFileSystem.h807 bool MakeAbsolute);
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectCommands.cpp160 cmd_file.MakeAbsolute(source_dir); in DoExecute()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2399 init_file.MakeAbsolute(HostInfo::GetShlibDir()); in SourceInitFileGlobal()