Searched refs:getLowerAddress (Results 1 – 8 of 8) sorted by relevance
53 if (LHS->getLowerAddress() < RHS->getLowerAddress()) in compareRange()58 if (LHS->getLowerAddress() == RHS->getLowerAddress()) in compareRange()
138 LVAddress ParentLowPC = Entry->getLowerAddress(); in fillLocationGaps()149 LowPC = Location->getLowerAddress(); in fillLocationGaps()204 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()
824 if (Location->getLowerAddress() <= Address) in outermostParent()1288 LVLine *LowLine = lineLowerBound(Location->getLowerAddress(), Parent); in lineRange()
137 LVAddress getLowerAddress() const override { return LowPC; } in getLowerAddress() function
286 virtual LVAddress getLowerAddress() const { return 0; } in getLowerAddress() function
523 return Ranges ? Ranges->front()->getLowerAddress() : 0; in getBaseAddress()