HomeSort by relevance Sort by last modified time
    Searched full:hi_pc (Results 1 - 1 of 1) sorted by null

  /external/llvm/lib/DebugInfo/
DWARFDebugInfoEntry.cpp 430 uint64_t hi_pc = -1ULL; local
433 hi_pc = getAttributeValueAsUnsigned(cu, DW_AT_high_pc, -1ULL);
434 if (hi_pc != -1ULL)
435 debug_aranges->appendRange(cu->getOffset(), lo_pc, hi_pc);

Completed in 88 milliseconds