Home
last modified time | relevance | path

Searched defs:GetSourceMappingList (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/include/lldb/Core/
DModule.h818 PathMappingList &GetSourceMappingList() { return m_source_mappings; } in GetSourceMappingList() function
820 const PathMappingList &GetSourceMappingList() const { in GetSourceMappingList() function
DModuleSpec.h131 PathMappingList &GetSourceMappingList() const { return m_source_mappings; } in GetSourceMappingList() function