Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderVTune.cpp108 return WrapperFunction<void(SPSVTuneUnloadedMethodIDs)>::handle( in llvm_orc_unregisterVTuneImpl()
211 return WrapperFunction<void(SPSVTuneUnloadedMethodIDs)>::handle(Data, Size, in llvm_orc_unregisterVTuneImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DVTuneSharedStructs.h61 using SPSVTuneUnloadedMethodIDs = SPSSequence<SPSTuple<uint64_t, uint64_t>>; variable
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DVTuneSupportPlugin.cpp148 if (auto Err = EPC.callSPSWrapper<void(shared::SPSVTuneUnloadedMethodIDs)>( in notifyRemovingResources()