Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSymbol.h49 std::unique_ptr<LVLocations> Locations;
63 LVLocations::iterator addLocationGap(LVLocations::iterator Pos,
138 void getLocations(LVLocations &LocationList, LVValidLocation ValidLocation,
140 void getLocations(LVLocations &LocationList) const;
H A DLVLocation.h147 static bool calculateCoverage(LVLocations *Locations, unsigned &Factor,
154 static void print(LVLocations *Locations, raw_ostream &OS, bool Full = true);
H A DLVScope.h68 using LVOffsetLocationsMap = std::map<LVOffset, LVLocations>;
124 std::unique_ptr<LVLocations> Ranges;
206 const LVLocations *getRanges() const { return Ranges.get(); } in getRanges()
241 void getLocations(LVLocations &LocationList, LVValidLocation ValidLocation,
243 void getRanges(LVLocations &LocationList, LVValidLocation ValidLocation,
H A DLVObject.h78 using LVLocations = SmallVector<LVLocation *, 8>; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSymbol.cpp69 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 DLVRange.cpp72 if (const LVLocations *Locations = Scope->getRanges()) in addEntry()
H A DLVLocation.cpp496 bool LVLocation::calculateCoverage(LVLocations *Locations, unsigned &Factor, in calculateCoverage()
621 void LVLocation::print(LVLocations *Locations, raw_ostream &OS, bool Full) { in print()
H A DLVScope.cpp155 Ranges = std::make_unique<LVLocations>(); in addObject()
753 void LVScope::getLocations(LVLocations &LocationList, in traverseParentsAndChildren()
768 void LVScope::getRanges(LVLocations &LocationList, in getLocations()
808 const LVLocations *ParentRanges = Parent->getRanges(); in getRanges()
1220 LVLocations Locations; in propagatePatternMatch()
1232 LVLocations Locations; in processRangeLocationCoverage()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp3433 if (const LVLocations *Locations = Parent->getRanges()) { in inlineSiteAnnotation()