Searched refs:LVLocations (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVSymbol.cpp | 69 Locations = std::make_unique<LVLocations>(); in addLocation() 103 LVLocations::iterator LVSymbol::addLocationGap(LVLocations::iterator Pos, in addLocationGap() 114 LVLocations::iterator Iter = Locations->insert(Pos, Gap); in addLocationGap() 131 const LVLocations *Ranges = getParentScope()->getRanges(); in fillLocationGaps() 144 for (LVLocations::iterator Iter = Locations->begin(); in fillLocationGaps() 166 void LVSymbol::getLocations(LVLocations &LocationList, in getLocations() 181 void LVSymbol::getLocations(LVLocations &LocationList) const { in getLocations()
|
| H A D | LVRange.cpp | 72 if (const LVLocations *Locations = Scope->getRanges()) in addEntry()
|
| H A D | LVLocation.cpp | 496 bool LVLocation::calculateCoverage(LVLocations *Locations, unsigned &Factor, in calculateCoverage() 621 void LVLocation::print(LVLocations *Locations, raw_ostream &OS, bool Full) { in print()
|
| H A D | LVScope.cpp | 159 Ranges = std::make_unique<LVLocations>(); in addObject() 760 void LVScope::getLocations(LVLocations &LocationList, in getLocations() 775 void LVScope::getRanges(LVLocations &LocationList, in getRanges() 815 const LVLocations *ParentRanges = Parent->getRanges(); in outermostParent() 1231 LVLocations Locations; in processRangeLocationCoverage() 1243 LVLocations Locations; in processRangeLocationCoverage()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVSymbol.h | 50 std::unique_ptr<LVLocations> Locations; 64 LVLocations::iterator addLocationGap(LVLocations::iterator Pos, 139 void getLocations(LVLocations &LocationList, LVValidLocation ValidLocation, 141 void getLocations(LVLocations &LocationList) const;
|
| H A D | LVLocation.h | 148 static bool calculateCoverage(LVLocations *Locations, unsigned &Factor, 155 static void print(LVLocations *Locations, raw_ostream &OS, bool Full = true);
|
| H A D | LVScope.h | 70 using LVOffsetLocationsMap = std::map<LVOffset, LVLocations>; 129 std::unique_ptr<LVLocations> Ranges; 212 const LVLocations *getRanges() const { return Ranges.get(); } in getRanges() 247 void getLocations(LVLocations &LocationList, LVValidLocation ValidLocation, 249 void getRanges(LVLocations &LocationList, LVValidLocation ValidLocation,
|
| H A D | LVObject.h | 79 using LVLocations = SmallVector<LVLocation *, 8>; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewVisitor.cpp | 3429 if (const LVLocations *Locations = Parent->getRanges()) { in inlineSiteAnnotation()
|