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.h832 PathMappingList &GetSourceMappingList() { return m_source_mappings; } in GetSourceMappingList()
835 return m_source_mappings; in GetSourceMappingList()
1049 PathMappingList m_source_mappings =
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1534 if (auto remapped = m_source_mappings.FindFile(orig_spec)) { in FindSourceFile()
1543 if (auto remapped = m_source_mappings.RemapPath(path)) in RemapSourceFile()
1564 if (!m_source_mappings.Replace(sysroot, sdk_path, true)) in RegisterXcodeSDK()
1566 m_source_mappings.Append(sysroot, sdk_path, false); in RegisterXcodeSDK()