Home
last modified time | relevance | path

Searched refs:getUpperAddress (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSort.cpp59 return LHS->getUpperAddress() < RHS->getUpperAddress(); in compareRange()
H A DLVLocation.cpp456 << hexString(getUpperAddress()) << "]"; in getIntervalInfo()
523 UpperAddress = Location->getUpperAddress(); in calculateCoverage()
535 << hexString(getUpperAddress()) << "]\n"; in printRaw()
H A DLVSymbol.cpp137 LVAddress ParentHighPC = Entry->getUpperAddress(); in fillLocationGaps()
155 Marker = Location->getUpperAddress() + 1; in fillLocationGaps()
H A DLVRange.cpp75 LVAddress HighPC = Location->getUpperAddress(); in addEntry()
H A DLVScope.cpp1276 LVLine *HighLine = lineUpperBound(Location->getUpperAddress(), Parent); in lineUpperBound()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVLocation.h134 LVAddress getUpperAddress() const override { return HighPC; } in getUpperAddress() function
H A DLVObject.h269 virtual LVAddress getUpperAddress() const { return 0; } in getUpperAddress() function