Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSort.cpp52 if (LHS->getLowerAddress() < RHS->getLowerAddress()) in compareRange()
57 if (LHS->getLowerAddress() == RHS->getLowerAddress()) in compareRange()
H A DLVSymbol.cpp136 LVAddress ParentLowPC = Entry->getLowerAddress(); in fillLocationGaps()
147 LowPC = Location->getLowerAddress(); in fillLocationGaps()
201 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.cpp818 if (Location->getLowerAddress() <= Address) in outermostParent()
1286 LVLine *LowLine = lineLowerBound(Location->getLowerAddress(), Parent); in lineRange()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVLocation.h133 LVAddress getLowerAddress() const override { return LowPC; } in getLowerAddress() function
H A DLVObject.h268 virtual LVAddress getLowerAddress() const { return 0; } in getLowerAddress() function
H A DLVScope.h529 return Ranges ? Ranges->front()->getLowerAddress() : 0; in getBaseAddress()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp3431 ParentLowPC = (*Locations->begin())->getLowerAddress(); in inlineSiteAnnotation()