Home
last modified time | relevance | path

Searched defs:LoPC (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFDebugAranges.h25 : LoPC(lo), Length(hi-lo), Offset(off) {} in LoPC() function
58 uint64_t LoPC; // Start of address range member
DDWARFDebugAranges.cpp195 DWARFDebugAranges::allRangesAreContiguous(uint64_t &LoPC, uint64_t &HiPC) const{ in allRangesAreContiguous()
214 bool DWARFDebugAranges::getMaxRange(uint64_t &LoPC, uint64_t &HiPC) const { in getMaxRange()