Home
last modified time | relevance | path

Searched refs:HighPcValue (Results 1 – 1 of 1) sorted by relevance

/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1581 DWARFFormValue HighPcValue; in shouldKeepSubprogramDIE() local
1582 if (!DIE.getAttributeValue(&OrigUnit, dwarf::DW_AT_high_pc, HighPcValue)) { in shouldKeepSubprogramDIE()
1589 if (HighPcValue.isFormClass(DWARFFormValue::FC_Address)) { in shouldKeepSubprogramDIE()
1590 HighPc = *HighPcValue.getAsAddress(&OrigUnit); in shouldKeepSubprogramDIE()
1592 assert(HighPcValue.isFormClass(DWARFFormValue::FC_Constant)); in shouldKeepSubprogramDIE()
1593 HighPc = LowPc + *HighPcValue.getAsUnsignedConstant(); in shouldKeepSubprogramDIE()