Lines Matching refs:GetCachedSectionData

595 SymbolFileDWARF::GetCachedSectionData(lldb::SectionType sect_type,  in GetCachedSectionData()  function in SymbolFileDWARF
623 return GetCachedSectionData(eSectionTypeDWARFDebugAbbrev, in get_debug_abbrev_data()
628 return GetCachedSectionData(eSectionTypeDWARFDebugAddr, m_data_debug_addr); in get_debug_addr_data()
632 return GetCachedSectionData(eSectionTypeDWARFDebugAranges, in get_debug_aranges_data()
637 return GetCachedSectionData(eSectionTypeDWARFDebugFrame, m_data_debug_frame); in get_debug_frame_data()
641 return GetCachedSectionData(eSectionTypeDWARFDebugInfo, m_data_debug_info); in get_debug_info_data()
645 return GetCachedSectionData(eSectionTypeDWARFDebugLine, m_data_debug_line); in get_debug_line_data()
649 return GetCachedSectionData(eSectionTypeDWARFDebugLineStr, m_data_debug_line_str); in get_debug_line_str_data()
653 return GetCachedSectionData(eSectionTypeDWARFDebugMacro, m_data_debug_macro); in get_debug_macro_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()
692 return GetCachedSectionData(eSectionTypeDWARFDebugTypes, m_data_debug_types); in get_debug_types_data()
696 return GetCachedSectionData(eSectionTypeDWARFAppleNames, m_data_apple_names); in get_apple_names_data()
700 return GetCachedSectionData(eSectionTypeDWARFAppleTypes, m_data_apple_types); in get_apple_types_data()
704 return GetCachedSectionData(eSectionTypeDWARFAppleNamespaces, in get_apple_namespaces_data()
709 return GetCachedSectionData(eSectionTypeDWARFAppleObjC, m_data_apple_objc); in get_apple_objc_data()
713 return GetCachedSectionData(eSectionTypeDWARFGNUDebugAltLink, in get_gnu_debugaltlink()