Searched refs:debug_aranges_data (Results 1 – 3 of 3) sorted by relevance
25 void DWARFDebugAranges::extract(const DWARFDataExtractor &debug_aranges_data) {26 llvm::DWARFDataExtractor dwarf_data = debug_aranges_data.GetAsLLVMDWARF(); in CountArangeDescriptors() 36 extract(const DWARFDataExtractor & debug_aranges_data) extract() argument
42 const DWARFDataExtractor &debug_aranges_data = in GetCompileUnitAranges() local46 m_cu_aranges_up->extract(debug_aranges_data); in GetCompileUnitAranges()
30 void extract(const DWARFDataExtractor &debug_aranges_data);