Searched refs:GetCachedSectionData (Results 1 – 2 of 2) sorted by relevance
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARF.cpp | 703 SymbolFileDWARF::GetCachedSectionData (uint32_t got_flag, SectionType sect_type, DataExtractor &dat… in GetCachedSectionData() function in SymbolFileDWARF 734 …return GetCachedSectionData (flagsGotDebugAbbrevData, eSectionTypeDWARFDebugAbbrev, m_data_debug_a… in get_debug_abbrev_data() 740 …return GetCachedSectionData (flagsGotDebugArangesData, eSectionTypeDWARFDebugAranges, m_data_debug… in get_debug_aranges_data() 746 …return GetCachedSectionData (flagsGotDebugFrameData, eSectionTypeDWARFDebugFrame, m_data_debug_fra… in get_debug_frame_data() 752 …return GetCachedSectionData (flagsGotDebugInfoData, eSectionTypeDWARFDebugInfo, m_data_debug_info); in get_debug_info_data() 758 …return GetCachedSectionData (flagsGotDebugLineData, eSectionTypeDWARFDebugLine, m_data_debug_line); in get_debug_line_data() 764 return GetCachedSectionData (flagsGotDebugLocData, eSectionTypeDWARFDebugLoc, m_data_debug_loc); in get_debug_loc_data() 770 …return GetCachedSectionData (flagsGotDebugRangesData, eSectionTypeDWARFDebugRanges, m_data_debug_r… in get_debug_ranges_data() 776 return GetCachedSectionData (flagsGotDebugStrData, eSectionTypeDWARFDebugStr, m_data_debug_str); in get_debug_str_data() 782 …return GetCachedSectionData (flagsGotAppleNamesData, eSectionTypeDWARFAppleNames, m_data_apple_nam… in get_apple_names_data() [all …]
|
D | SymbolFileDWARF.h | 226 GetCachedSectionData (uint32_t got_flag,
|