Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DModuleSpec.h125 PathMappingList &GetSourceMappingList() const { return m_source_mappings; } in GetSourceMappingList()
138 m_source_mappings.Clear(false); in Clear()
271 mutable PathMappingList m_source_mappings; variable
H A DModule.h835 PathMappingList &GetSourceMappingList() { return m_source_mappings; } in GetSourceMappingList()
838 return m_source_mappings; in GetSourceMappingList()
1040 PathMappingList m_source_mappings =
/llvm-project-15.0.7/lldb/source/Core/
H A DModule.cpp1614 if (auto remapped = m_source_mappings.FindFile(orig_spec)) { in FindSourceFile()
1624 if (auto remapped = m_source_mappings.RemapPath(path)) in RemapSourceFile()
1637 if (!m_source_mappings.Replace(sysroot, sdk_path, true)) in RegisterXcodeSDK()
1639 m_source_mappings.Append(sysroot, sdk_path, false); in RegisterXcodeSDK()