Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DModule.h873 PathMappingList &GetSourceMappingList() { return m_source_mappings; } in GetSourceMappingList() function
875 const PathMappingList &GetSourceMappingList() const { in GetSourceMappingList() function
H A DModuleSpec.h125 PathMappingList &GetSourceMappingList() const { return m_source_mappings; } in GetSourceMappingList() function