Home
last modified time | relevance | path

Searched refs:RemapSourceFile (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h865 std::optional<std::string> RemapSourceFile(llvm::StringRef path) const;
866 bool RemapSourceFile(const char *, std::string &) const = delete;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1550 std::optional<std::string> Module::RemapSourceFile(llvm::StringRef path) const { in RemapSourceFile() function in Module
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp283 if (auto remapped = module->RemapSourceFile(llvm::StringRef(*file_path)))
764 if (auto remapped_file = module_sp->RemapSourceFile(file_spec.GetPath())) in MakeAbsoluteAndRemap()