Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DProfileGenerator.h67 CSProfileGenerator(const BinarySampleCounterMap &Counters) in CSProfileGenerator()
222 PseudoProbeCSProfileGenerator(const BinarySampleCounterMap &Counters) in PseudoProbeCSProfileGenerator()
/netbsd-src/external/mpl/bind/dist/doc/arm/
H A Dreference.rst7870 Name Server Statistics CountersStatistics Counters global() argument
8001 zone_statsName Server Statistics Counters global() argument
8003 Zone Maintenance Statistics CountersStatistics Counters global() argument
8045 resolver_statsZone Maintenance Statistics Counters global() argument
8047 Resolver Statistics CountersStatistics Counters global() argument
8173 socket_statsResolver Statistics Counters global() argument
8175 Socket I/O Statistics CountersStatistics Counters global() argument
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DPGOProfiling.c37 uint64_t *Counters) { in llvm_pgo_emit()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DDebugCounter.h176 DenseMap<unsigned, CounterInfo> Counters; variable
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerTracePC.h254 uint8_t *Counters = this->Counters(); in CollectFeatures() local
H A DFuzzerTracePC.cpp41 uint8_t *TracePC::Counters() const { in Counters() function in fuzzer::TracePC
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp675 GlobalVariable *Counters = getOrCreateRegionCounters(Inc); in lowerIncrement() local
H A DGCOVProfiling.cpp957 GlobalVariable *Counters = new GlobalVariable( in emitProfileNotes() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h783 SmallVector<Expr *, 4> Counters; member