Home
last modified time | relevance | path

Searched refs:orig_spec (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPathMappingList.h134 std::optional<FileSpec> FindFile(const FileSpec &orig_spec) const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp282 PathMappingList::FindFile(const FileSpec &orig_spec) const { in FindFile()
286 if (auto remapped = RemapPath(NormalizePath(orig_spec.GetPath()), in FindFile()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h382 bool FindSourceFile(const FileSpec &orig_spec, FileSpec &new_spec) const;
H A DModule.h856 bool FindSourceFile(const FileSpec &orig_spec, FileSpec &new_spec) const;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp604 bool ModuleList::FindSourceFile(const FileSpec &orig_spec, in FindSourceFile() argument
608 if (module_sp->FindSourceFile(orig_spec, new_spec)) in FindSourceFile()
H A DModule.cpp1531 bool Module::FindSourceFile(const FileSpec &orig_spec, in FindSourceFile() argument
1534 if (auto remapped = m_source_mappings.FindFile(orig_spec)) { in FindSourceFile()