Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h95 struct LVCounter { struct
96 unsigned Lines = 0;
97 unsigned Scopes = 0;
98 unsigned Symbols = 0;
99 unsigned Types = 0;
100 void reset() { in reset()