Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfoEntry.cpp231 dw_addr_t lo_pc = LLDB_INVALID_ADDRESS; in GetDIENamesAndRanges() local
259 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 …]
DDWARFDebugInfoEntry.h80 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,
/external/llvm-project/lldb/examples/functions/
Dmain.cpp217 addr_t lo_pc = function.GetStartAddress().GetFileAddress(); in main() local
218 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()
/external/llvm/test/DebugInfo/X86/
Ddebug-loc-offset.ll32 ; Checking that we have two compile units with two sets of high/lo_pc.
/external/llvm-project/llvm/test/DebugInfo/X86/
Ddebug-loc-offset.mir32 # Checking that we have two compile units with two sets of high/lo_pc.