Home
last modified time | relevance | path

Searched refs:LVOffsetElementMap (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.h62 LVOffsetElementMap GlobalOffsets;
106 LVOffsetElementMap::iterator Iter = GlobalOffsets.find(Offset); in removeGlobalOffset()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h66 using LVOffsetElementMap = std::map<LVOffset, LVElement *>; variable
438 LVOffsetElementMap WarningOffsets;
560 const LVOffsetElementMap &getWarningOffsets() const { return WarningOffsets; } in getWarningOffsets()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1455 auto PrintElement = [&](const LVOffsetElementMap &Map, LVOffset Offset) { in printWarnings()
1456 LVOffsetElementMap::const_iterator Iter = Map.find(Offset); in printWarnings()