Searched refs:getLowerAddress (Results 1 – 9 of 9) sorted by relevance
53 if (LHS->getLowerAddress() < RHS->getLowerAddress()) in compareRange()58 if (LHS->getLowerAddress() == RHS->getLowerAddress()) in compareRange()
136 LVAddress ParentLowPC = Entry->getLowerAddress(); in fillLocationGaps()147 LowPC = Location->getLowerAddress(); in fillLocationGaps()202 Parent->outermostParent(Locations->front()->getLowerAddress()); in calculateCoverage()
455 Stream << " [" << hexString(getLowerAddress()) << ":" in getIntervalInfo()522 LowerAddress = Location->getLowerAddress(); in calculateCoverage()534 OS << " [" << hexString(getLowerAddress()) << ":" in printRaw()
74 LVAddress LowPC = Location->getLowerAddress(); in addEntry()
811 if (Location->getLowerAddress() <= Address) in getRanges() 1275 LVLine *LowLine = lineLowerBound(Location->getLowerAddress(), Parent); in lineUpperBound()
132 LVAddress getLowerAddress() const override { return LowPC; } in getLowerAddress() function
267 virtual LVAddress getLowerAddress() const { return 0; } in getLowerAddress() function
521 return Ranges ? Ranges->front()->getLowerAddress() : 0; in getBaseAddress()
3435 ParentLowPC = (*Locations->begin())->getLowerAddress(); in inlineSiteAnnotation()