Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_common.h17 template <class SizeClassAllocator> struct Batch { struct
32 void appendFromBatch(Batch *B, u16 N) { in appendFromBatch() argument
63 Batch *Next; argument
80 // Blocks are managed by Batch in a list. argument
H A Dquarantine.h26 void *Batch[MaxCount]; member
135 for (const QuarantineBatch &Batch : List) { in getStats() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DVTuneSupportPlugin.cpp27 VTuneMethodBatch Batch; in getMethodBatch() local
90 auto Batch = getMethodBatch(G, EmitDebugInfo); in modifyPassConfig() local
H A DPerfSupportPlugin.cpp229 PerfJITRecordBatch Batch; in getRecords() local
273 auto Batch = getRecords(EPC.getExecutionSession(), G, CodeIndex, in modifyPassConfig() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderPerf.cpp183 static Error registerJITLoaderPerfImpl(const PerfJITRecordBatch &Batch) { in registerJITLoaderPerfImpl()
434 static Error badOSBatch(PerfJITRecordBatch &Batch) { return badOS(); } in badOSBatch()