Searched refs:getLowerAddress (Results 1 – 11 of 11) sorted by relevance
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVSort.cpp | 52 if (LHS->getLowerAddress() < RHS->getLowerAddress()) in compareRange() 57 if (LHS->getLowerAddress() == RHS->getLowerAddress()) in compareRange()
|
H A D | LVSymbol.cpp | 136 LVAddress ParentLowPC = Entry->getLowerAddress(); in fillLocationGaps() 147 LowPC = Location->getLowerAddress(); in fillLocationGaps() 202 Parent->outermostParent(Locations->front()->getLowerAddress()); in calculateCoverage()
|
H A D | LVLocation.cpp | 455 Stream << " [" << hexString(getLowerAddress()) << ":" in getIntervalInfo() 522 LowerAddress = Location->getLowerAddress(); in calculateCoverage() 534 OS << " [" << hexString(getLowerAddress()) << ":" in printRaw()
|
H A D | LVRange.cpp | 74 LVAddress LowPC = Location->getLowerAddress(); in addEntry()
|
H A D | LVScope.cpp | 811 if (Location->getLowerAddress() <= Address) in outermostParent() 1275 LVLine *LowLine = lineLowerBound(Location->getLowerAddress(), Parent); in lineRange()
|
/llvm-project/llvm/unittests/DebugInfo/LogicalView/ |
H A D | LocationRangesTest.cpp | 69 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 D | WarningInternalTest.cpp | 137 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 D | LVLocation.h | 132 LVAddress getLowerAddress() const override { return LowPC; } in getLowerAddress() function
|
H A D | LVObject.h | 267 virtual LVAddress getLowerAddress() const { return 0; } in getLowerAddress() function
|
H A D | LVScope.h | 521 return Ranges ? Ranges->front()->getLowerAddress() : 0; in getBaseAddress()
|
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 3429 ParentLowPC = (*Locations->begin())->getLowerAddress(); in inlineSiteAnnotation()
|