Searched refs:GetCachedSectionData (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDwo.cpp | 122 return GetCachedSectionData(eSectionTypeDWARFDebugAbbrevDwo, in get_debug_abbrev_data() 140 return GetCachedSectionData(eSectionTypeDWARFDebugInfoDwo, m_data_debug_info); in get_debug_info_data() 144 return GetCachedSectionData(eSectionTypeDWARFDebugStrDwo, m_data_debug_str); in get_debug_str_data() 148 return GetCachedSectionData(eSectionTypeDWARFDebugStrOffsetsDwo, in get_debug_str_offsets_data()
|
| H A D | SymbolFileDWARF.cpp | 595 SymbolFileDWARF::GetCachedSectionData(lldb::SectionType sect_type, in GetCachedSectionData() function in SymbolFileDWARF 623 return GetCachedSectionData(eSectionTypeDWARFDebugAbbrev, in get_debug_abbrev_data() 632 return GetCachedSectionData(eSectionTypeDWARFDebugAranges, in get_debug_aranges_data() 664 return GetCachedSectionData(eSectionTypeDWARFDebugLoc, m_data_debug_loc); in get_debug_loc_data() 668 return GetCachedSectionData(eSectionTypeDWARFDebugLocLists, in get_debug_loclists_data() 673 return GetCachedSectionData(eSectionTypeDWARFDebugRanges, in get_debug_ranges_data() 678 return GetCachedSectionData(eSectionTypeDWARFDebugRngLists, in get_debug_rnglists_data() 683 return GetCachedSectionData(eSectionTypeDWARFDebugStr, m_data_debug_str); in get_debug_str_data() 687 return GetCachedSectionData(eSectionTypeDWARFDebugStrOffsets, in get_debug_str_offsets_data() 704 return GetCachedSectionData(eSectionTypeDWARFAppleNamespaces, in get_apple_namespaces_data() [all …]
|
| H A D | SymbolFileDWARF.h | 341 GetCachedSectionData(lldb::SectionType sect_type,
|