Searched refs:lo_pc (Results 1 – 5 of 5) sorted by relevance
231 dw_addr_t lo_pc = LLDB_INVALID_ADDRESS; in GetDIENamesAndRanges() local259 lo_pc = form_value.Address(); in GetDIENamesAndRanges()262 hi_pc += lo_pc; in GetDIENamesAndRanges()267 lo_pc = form_value.Address(); in GetDIENamesAndRanges()277 if (lo_pc == LLDB_INVALID_ADDRESS) in GetDIENamesAndRanges()280 hi_pc += lo_pc; // DWARF 4 introduces <offset-from-lo-pc> to save in GetDIENamesAndRanges()352 if (lo_pc != LLDB_INVALID_ADDRESS) { in GetDIENamesAndRanges()353 assert(lo_pc >= cu->GetBaseAddress()); in GetDIENamesAndRanges()355 lo_pc); in GetDIENamesAndRanges()372 if (lo_pc != LLDB_INVALID_ADDRESS) { in GetDIENamesAndRanges()[all …]
80 GetAttributeHighPC(const DWARFUnit *cu, dw_addr_t lo_pc, uint64_t fail_value,84 const DWARFUnit *cu, dw_addr_t &lo_pc, dw_addr_t &hi_pc,
217 addr_t lo_pc = function.GetStartAddress().GetFileAddress(); in main() local218 if (lo_pc == LLDB_INVALID_ADDRESS) { in main()244 lo_pc, hi_pc); in main()246 printf("[0x%16.16llx - 0x%16.16llx) ", lo_pc, hi_pc); in main()
32 ; Checking that we have two compile units with two sets of high/lo_pc.
32 # Checking that we have two compile units with two sets of high/lo_pc.