Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DDebugCounter.cpp50 struct DebugCounterOwner { struct
51 DebugCounter DC;
52 DebugCounterList DebugCounterOption{
56 cl::opt<bool> PrintDebugCounter{
60 DebugCounterOwner() { in DebugCounterOwner() function
67 ~DebugCounterOwner() { in ~DebugCounterOwner()