Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSort.cpp53 if (LHS->getLowerAddress() < RHS->getLowerAddress()) in compareRange()
58 if (LHS->getLowerAddress() == RHS->getLowerAddress()) in compareRange()
H A DLVSymbol.cpp138 LVAddress ParentLowPC = Entry->getLowerAddress(); in fillLocationGaps()
149 LowPC = Location->getLowerAddress(); in fillLocationGaps()
204 Parent->outermostParent(Locations->front()->getLowerAddress()); in calculateCoverage()
H A DLVLocation.cpp455 Stream << " [" << hexString(getLowerAddress()) << ":" in getIntervalInfo()
522 LowerAddress = Location->getLowerAddress(); in calculateCoverage()
534 OS << " [" << hexString(getLowerAddress()) << ":" in printRaw()
H A DLVRange.cpp74 LVAddress LowPC = Location->getLowerAddress(); in addEntry()
H A DLVScope.cpp824 if (Location->getLowerAddress() <= Address) in outermostParent()
1288 LVLine *LowLine = lineLowerBound(Location->getLowerAddress(), Parent); in lineRange()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVLocation.h137 LVAddress getLowerAddress() const override { return LowPC; } in getLowerAddress() function
H A DLVObject.h286 virtual LVAddress getLowerAddress() const { return 0; } in getLowerAddress() function
H A DLVScope.h523 return Ranges ? Ranges->front()->getLowerAddress() : 0; in getBaseAddress()