Searched refs:VTuneSupportPlugin (Results 1 – 2 of 2) sorted by relevance
84 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()
27 class VTuneSupportPlugin : public ObjectLinkingLayer::Plugin {29 VTuneSupportPlugin(ExecutorProcessControl &EPC, ExecutorAddr RegisterImplAddr, in VTuneSupportPlugin() function45 static Expected<std::unique_ptr<VTuneSupportPlugin>>