Home
last modified time | relevance | path

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

/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()
202 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.cpp811 if (Location->getLowerAddress() <= Address) in outermostParent()
1275 LVLine *LowLine = lineLowerBound(Location->getLowerAddress(), Parent); in lineRange()
/llvm-project/llvm/unittests/DebugInfo/LogicalView/
H A DLocationRangesTest.cpp69 EXPECT_EQ(Location->getLowerAddress(), LowerAddress); in set()
307 EXPECT_EQ(Location->getLowerAddress(), LineOne->getAddress()); in initElements()
314 EXPECT_EQ(Location->getLowerAddress(), LineTwo->getAddress()); in initElements()
317 EXPECT_EQ(Location->getLowerAddress(), LineFour->getAddress()); in initElements()
324 EXPECT_EQ(Location->getLowerAddress(), LineThree->getAddress()); in initElements()
528 EXPECT_EQ(Location->getLowerAddress(), LineThree->getAddress()); in initElements()
535 EXPECT_EQ(Location->getLowerAddress(), LineFour->getAddress()); in initElements()
538 EXPECT_EQ(Location->getLowerAddress(), LineFive->getAddress()); in initElements()
H A DWarningInternalTest.cpp137 LVLine *LowLine = AddressToLine.lineLowerBound(getLowerAddress()); in validateRanges()
201 EXPECT_EQ(Location->getLowerAddress(), LowerAddress); in set()
516 EXPECT_EQ(Location->getLowerAddress(), LocationThree->getLowerAddress()); in checkWarnings()
517 EXPECT_EQ(Location->getUpperAddress(), LocationFour->getLowerAddress()); in checkWarnings()
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVLocation.h132 LVAddress getLowerAddress() const override { return LowPC; } in getLowerAddress() function
H A DLVObject.h267 virtual LVAddress getLowerAddress() const { return 0; } in getLowerAddress() function
H A DLVScope.h521 return Ranges ? Ranges->front()->getLowerAddress() : 0; in getBaseAddress()
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp3429 ParentLowPC = (*Locations->begin())->getLowerAddress(); in inlineSiteAnnotation()