Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DPerfSupportPlugin.cpp230 PerfJITRecordBatch Batch; in getRecords() local
274 auto Batch = getRecords(EPC.getExecutionSession(), G, CodeIndex, in modifyPassConfig() local
/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h26 void *Batch[MaxCount]; member
135 for (const QuarantineBatch &Batch : List) { in getStats() local
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderPerf.cpp184 static Error registerJITLoaderPerfImpl(const PerfJITRecordBatch &Batch) { in registerJITLoaderPerfImpl()
435 static Error badOSBatch(PerfJITRecordBatch &Batch) { return badOS(); } in badOSBatch()