Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
HDVTuneSupportPlugin.cpp27 VTuneMethodBatch Batch; in getMethodBatch() local
89 auto Batch = getMethodBatch(G, EmitDebugInfo); in modifyPassConfig() local
HDPerfSupportPlugin.cpp230 PerfJITRecordBatch Batch; in getRecords() local
274 auto Batch = getRecords(EPC.getExecutionSession(), G, CodeIndex, in modifyPassConfig() local
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
HDquarantine.h26 void *Batch[MaxCount]; member
135 for (const QuarantineBatch &Batch : List) { in getStats() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
HDJITLoaderPerf.cpp184 static Error registerJITLoaderPerfImpl(const PerfJITRecordBatch &Batch) { in registerJITLoaderPerfImpl()
435 static Error badOSBatch(PerfJITRecordBatch &Batch) { return badOS(); } in badOSBatch()