Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.h873 PathMappingList &GetSourceMappingList() { return m_source_mappings; } in GetSourceMappingList()
876 return m_source_mappings; in GetSourceMappingList()
1084 PathMappingList m_source_mappings =
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DModule.cpp1596 if (auto remapped = m_source_mappings.FindFile(orig_spec)) { in FindSourceFile()
1605 if (auto remapped = m_source_mappings.RemapPath(path)) in RemapSourceFile()
1626 if (!m_source_mappings.Replace(sysroot, sdk_path, true)) in RegisterXcodeSDK()
1628 m_source_mappings.Append(sysroot, sdk_path, false); in RegisterXcodeSDK()