Home
last modified time | relevance | path

Searched refs:LVOffsetLocationsMap (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h68 using LVOffsetLocationsMap = std::map<LVOffset, LVLocations>; variable
441 LVOffsetLocationsMap InvalidLocations;
447 LVOffsetLocationsMap InvalidRanges;
459 LVOffsetLocationsMap *Map) { in addInvalidLocationOrRange()
462 addItem<LVOffsetLocationsMap, LVOffset, LVLocation *>(Map, Offset, in addInvalidLocationOrRange()
561 const LVOffsetLocationsMap &getInvalidLocations() const { in getInvalidLocations()
567 const LVOffsetLocationsMap &getInvalidRanges() const { return InvalidRanges; } in getInvalidRanges()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1464 auto PrintInvalidLocations = [&](const LVOffsetLocationsMap &Map, in printWarnings()
1467 for (LVOffsetLocationsMap::const_reference Entry : Map) { in printWarnings()