Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DModule.h911 std::optional<std::string> RemapSourceFile(llvm::StringRef path) const;
912 bool RemapSourceFile(const char *, std::string &) const = delete;
/openbsd/src/gnu/llvm/lldb/source/Core/
DModule.cpp1603 std::optional<std::string> Module::RemapSourceFile(llvm::StringRef path) const { in RemapSourceFile() function in Module
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp227 if (auto remapped = module->RemapSourceFile(llvm::StringRef(*file_path)))
683 if (auto remapped_file = module_sp->RemapSourceFile(file_spec.GetPath())) in MakeAbsoluteAndRemap()