Home
last modified time | relevance | path

Searched refs:VTuneSupportPlugin (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DVTuneSupportPlugin.cpp84 void VTuneSupportPlugin::modifyPassConfig(MaterializationResponsibility &MR, in modifyPassConfig()
112 Error VTuneSupportPlugin::notifyEmitted(MaterializationResponsibility &MR) { in notifyEmitted()
127 Error VTuneSupportPlugin::notifyFailed(MaterializationResponsibility &MR) { in notifyFailed()
133 Error VTuneSupportPlugin::notifyRemovingResources(JITDylib &JD, ResourceKey K) { in notifyRemovingResources()
155 void VTuneSupportPlugin::notifyTransferringResources(JITDylib &JD, in notifyTransferringResources()
168 Expected<std::unique_ptr<VTuneSupportPlugin>>
169 VTuneSupportPlugin::Create(ExecutorProcessControl &EPC, JITDylib &JD, in Create()
183 return std::make_unique<VTuneSupportPlugin>( in Create()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Debugging/
H A DVTuneSupportPlugin.h27 class VTuneSupportPlugin : public ObjectLinkingLayer::Plugin {
29 VTuneSupportPlugin(ExecutorProcessControl &EPC, ExecutorAddr RegisterImplAddr, in VTuneSupportPlugin() function
45 static Expected<std::unique_ptr<VTuneSupportPlugin>>