Searched defs:_counterArray (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DPathProfiling.cpp238 GlobalVariable* _counterArray; // Array to store path counters member in class:__anon7751::BLInstrumentationDag
505 _counterArray(0) {
530 return _counterArray;
534 _counterArray = c;

Completed in 128 milliseconds