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.h104 struct LVCounter { struct
105 unsigned Lines = 0;
106 unsigned Scopes = 0;
107 unsigned Symbols = 0;
108 unsigned Types = 0;
109 void reset() { in reset()