reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
235 const auto *abbrevDecl = GetAbbreviationDeclarationPtr(cu); 237 SymbolFileDWARF &dwarf = cu->GetSymbolFileDWARF(); 241 const DWARFDataExtractor &data = cu->GetData(); 251 DWARFFormValue form_value(cu); 285 ranges = GetRangesOrReportError(*cu, *this, form_value); 344 module, DataExtractor(data, block_offset, block_length), cu); 350 *frame_base = DWARFExpression(module, data, cu); 352 assert(lo_pc >= cu->GetBaseAddress()); 354 cu->GetBaseAddress()); 381 assert(lowest_range_pc >= cu->GetBaseAddress()); 382 frame_base->SetLocationListSlide(lowest_range_pc - cu->GetBaseAddress());