Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModule.h947 PathMappingList &GetSourceMappingList() { return m_source_mappings; } in GetSourceMappingList() function
949 const PathMappingList &GetSourceMappingList() const { in GetSourceMappingList() function
H A DModuleSpec.h148 PathMappingList &GetSourceMappingList() const { return m_source_mappings; } in GetSourceMappingList() function