Home
last modified time | relevance | path

Searched refs:VTuneMethodBatch (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DVTuneSharedStructs.h45 struct VTuneMethodBatch { struct
85 class SPSSerializationTraits<SPSVTuneMethodBatch, VTuneMethodBatch> {
87 static size_t size(const VTuneMethodBatch &MB) { in size()
91 static bool deserialize(SPSInputBuffer &IB, VTuneMethodBatch &MB) { in deserialize()
96 static bool serialize(SPSOutputBuffer &OB, const VTuneMethodBatch &MB) { in serialize()
/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderVTune.cpp31 static Error registerJITLoaderVTuneRegisterImpl(const VTuneMethodBatch &MB) { in registerJITLoaderVTuneRegisterImpl()
191 static Error unsupportedBatch(const VTuneMethodBatch &MB) { in unsupportedBatch()
/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DVTuneSupportPlugin.cpp26 static VTuneMethodBatch getMethodBatch(LinkGraph &G, bool EmitDebugInfo) { in getMethodBatch()
27 VTuneMethodBatch Batch; in getMethodBatch()