Home
last modified time | relevance | path

Searched full:collectors (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DGCMetadata.h11 // garbage collectors. This interface allows code generators and garbage
12 // collectors to be developed independently.
25 // they are compiled. This accretion is necessary for collectors which must emit
/freebsd/sys/contrib/device-tree/Bindings/devfreq/event/
H A Dexynos-nocp.txt9 or as traffic debug or statistic collectors. Exynos542x bus has multiple
H A Dsamsung,exynos-nocp.yaml19 traffic debug or statistic collectors. Exynos542x bus has multiple NoC probes
/freebsd/sys/contrib/openzfs/cmd/zpool_influxdb/
H A DREADME.md284 ## Other collectors
285 There are a few other collectors for zpool statistics roaming around
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DTableGen.cpp303 clEnumValN(GenDataCollectors, "gen-clang-data-collectors",
304 "Generate data collectors for AST nodes"),
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DRegistry.h41 /// pluggable components (like targets or garbage collectors) "just work" when
H A DTargetOpcodes.def157 /// collectors and deoptimizations in either the callee or caller.
/freebsd/crypto/openssl/
H A DConfigure3691 my %collectors = @_;
3696 if ($collectors{"BEFORE"}) {
3697 $collectors{"BEFORE"}->($_);
3699 foreach my $re (keys %collectors) {
3701 $collectors{$re}->($lineiterator);
3705 if ($collectors{"OTHERWISE"}) {
3706 $collectors{"OTHERWISE"}->($lineiterator, $_)
3707 unless $found || !defined $collectors{"OTHERWISE"};
3709 if ($collectors{"AFTER"}) {
3710 $collectors{"AFTER"}->($_);
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp381 // which ensures that the compiler won't create new dependency collectors, in runInvocation()
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DCodeGenPassBuilder.h668 // Run GC lowering passes for builtin collectors in addIRPasses()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp844 // Run GC lowering passes for builtin collectors in addIRPasses()
/freebsd/lib/clang/libclang/
H A DMakefile995 ${CLANG_TBLGEN} -gen-clang-data-collectors \
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp509 // If there is a module dep collector, register with other dep collectors in createPreprocessor()
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in18942 …n to require at most twice as much processing power as regular garbage collectors, if they are use…