Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.h827 PathMappingList &GetSourceMappingList() { return m_source_mappings; }
830 return m_source_mappings; in LogMessage()
1038 PathMappingList m_source_mappings =
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1543 if (auto remapped = m_source_mappings.FindFile(orig_spec)) { in FindSourceFile()
1552 if (auto remapped = m_source_mappings.RemapPath(path)) in RemapSourceFile()
1573 if (!m_source_mappings.Replace(sysroot, sdk_path, true)) in RegisterXcodeSDK()
1575 m_source_mappings.Append(sysroot, sdk_path, false); in RegisterXcodeSDK()