Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleSpec.h30 m_object_name(), m_source_mappings() {} in ModuleSpec()
38 m_uuid(uuid), m_object_name(), m_object_offset(0), m_source_mappings(), in m_file()
50 m_source_mappings() {} in ModuleSpec()
130 PathMappingList &GetSourceMappingList() const { return m_source_mappings; } in GetSourceMappingList()
143 m_source_mappings.Clear(false); in Clear()
276 mutable PathMappingList m_source_mappings; variable
H A DModule.h818 PathMappingList &GetSourceMappingList() { return m_source_mappings; } in GetSourceMappingList()
821 return m_source_mappings; in GetSourceMappingList()
974 PathMappingList m_source_mappings =
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1601 if (auto remapped = m_source_mappings.FindFile(orig_spec)) { in FindSourceFile()
1610 if (auto remapped = m_source_mappings.RemapPath(path)) in RemapSourceFile()
1623 if (!m_source_mappings.Replace(sysroot_cs, sdk_path, true)) in RegisterXcodeSDK()
1625 m_source_mappings.Append(sysroot_cs, sdk_path, false); in RegisterXcodeSDK()