HomeSort by relevance Sort by last modified time
    Searched refs:NumCounters (Results 1 - 8 of 8) sorted by null

  /external/compiler-rt/lib/profile/
InstrProfiling.h 34 const uint32_t NumCounters;
InstrProfilingPlatformOther.c 39 CountersLast = Data->Counters + Data->NumCounters;
54 UPDATE_LAST(CountersLast, Data->Counters + Data->NumCounters);
  /external/llvm/lib/ProfileData/
InstrProfReader.cpp 120 uint64_t NumCounters;
123 if ((Line++)->getAsInteger(10, NumCounters))
125 if (NumCounters == 0)
130 Counts.reserve(NumCounters);
131 for (uint64_t I = 0; I < NumCounters; ++I) {
266 uint32_t NumCounters = swap(Data->NumCounters);
267 if (NumCounters == 0)
269 auto RawCounts = makeArrayRef(getCounter(Data->CounterPtr), NumCounters);
  /external/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 202 uint64_t NumCounters = Inc->getNumCounters()->getZExtValue();
204 ArrayType *CounterTy = ArrayType::get(Type::getInt64Ty(Ctx), NumCounters);
227 ConstantInt::get(Int32Ty, NumCounters),
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
perflib.h 58 ULONG NumCounters;
winperf.h 48 DWORD NumCounters;
  /external/llvm/lib/Fuzzer/
FuzzerLoop.cpp 216 size_t NumCounters = __sanitizer_get_number_of_counters();
218 CounterBitmap.resize(NumCounters);
  /external/llvm/include/llvm/ProfileData/
InstrProfReader.h 148 const uint32_t NumCounters;

Completed in 701 milliseconds