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.cpp1362 if (WarningOffsets.find(Offset) == WarningOffsets.end()) in addInvalidOffset()
1363 WarningOffsets.emplace(Offset, Element); in addInvalidOffset()
1479 PrintElement(WarningOffsets, Entry.first); in printWarnings()
1516 PrintElement(WarningOffsets, Entry.first); in printWarnings()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h446 LVOffsetElementMap WarningOffsets; variable
571 const LVOffsetElementMap &getWarningOffsets() const { return WarningOffsets; } in getWarningOffsets()