Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1351 if (WarningOffsets.find(Offset) == WarningOffsets.end())
1352 WarningOffsets.emplace(Offset, Element);
1468 PrintElement(WarningOffsets, Entry.first); in printWarnings()
1505 PrintElement(WarningOffsets, Entry.first); in printWarnings()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h438 LVOffsetElementMap WarningOffsets; variable
560 const LVOffsetElementMap &getWarningOffsets() const { return WarningOffsets; } in getWarningOffsets()