Searched refs:lo_pc (Results 1 – 2 of 2) sorted by relevance
431 uint64_t lo_pc = getAttributeValueAsUnsigned(cu, DW_AT_low_pc, -1ULL); in buildAddressRangeTable() local432 if (lo_pc != -1ULL) in buildAddressRangeTable()435 debug_aranges->appendRange(cu->getOffset(), lo_pc, hi_pc); in buildAddressRangeTable()
32 ; Checking that we have two compile units with two sets of high/lo_pc.