Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFDebugInfoEntry.cpp430 uint64_t hi_pc = -1ULL; in buildAddressRangeTable() local
433 hi_pc = getAttributeValueAsUnsigned(cu, DW_AT_high_pc, -1ULL); in buildAddressRangeTable()
434 if (hi_pc != -1ULL) in buildAddressRangeTable()
435 debug_aranges->appendRange(cu->getOffset(), lo_pc, hi_pc); in buildAddressRangeTable()