Home
last modified time | relevance | path

Searched defs:LVCounter (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h111 struct LVCounter { struct
112 unsigned Lines = 0;
113 unsigned Scopes = 0;
114 unsigned Symbols = 0;
115 unsigned Types = 0;
116 void reset() { in reset()