Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DVTuneSharedStructs.h60 using SPSVTuneMethodBatch = SPSTuple<SPSVTuneMethodTable, SPSVTuneStringTable>; variable
85 class SPSSerializationTraits<SPSVTuneMethodBatch, VTuneMethodBatch> {
88 return SPSVTuneMethodBatch::AsArgList::size(MB.Methods, MB.Strings); in size()
92 return SPSVTuneMethodBatch::AsArgList::deserialize(IB, MB.Methods, in deserialize()
97 return SPSVTuneMethodBatch::AsArgList::serialize(OB, MB.Methods, in serialize()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderVTune.cpp100 return WrapperFunction<SPSError(SPSVTuneMethodBatch)>::handle( in llvm_orc_registerVTuneImpl()
181 return WrapperFunction<SPSError(SPSVTuneMethodBatch)>::handle( in llvm_orc_test_registerVTuneImpl()
203 return WrapperFunction<SPSError(SPSVTuneMethodBatch)>::handle( in llvm_orc_registerVTuneImpl()
219 return WrapperFunction<SPSError(SPSVTuneMethodBatch)>::handle( in llvm_orc_test_registerVTuneImpl()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DVTuneSupportPlugin.cpp105 shared::SPSArgList<shared::SPSVTuneMethodBatch>>( in modifyPassConfig()