Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h493 deleteList<LVTagOffsetsMap>(DebugTags); in ~LVScopeCompileUnit()
494 deleteList<LVOffsetLocationsMap>(InvalidLocations); in ~LVScopeCompileUnit()
495 deleteList<LVOffsetLocationsMap>(InvalidRanges); in ~LVScopeCompileUnit()
496 deleteList<LVOffsetLinesMap>(LinesZero); in ~LVScopeCompileUnit()
H A DLVSupport.h166 template <typename MapType> void deleteList(MapType &Map) { in deleteList() function