Searched refs:VTuneSupportPlugin (Results 1 – 2 of 2) sorted by relevance
85 void VTuneSupportPlugin::modifyPassConfig(MaterializationResponsibility &MR, in modifyPassConfig()113 Error VTuneSupportPlugin::notifyEmitted(MaterializationResponsibility &MR) { in notifyEmitted()128 Error VTuneSupportPlugin::notifyFailed(MaterializationResponsibility &MR) { in notifyFailed()134 Error VTuneSupportPlugin::notifyRemovingResources(JITDylib &JD, ResourceKey K) { in notifyRemovingResources()156 void VTuneSupportPlugin::notifyTransferringResources(JITDylib &JD, in notifyTransferringResources()169 Expected<std::unique_ptr<VTuneSupportPlugin>>170 VTuneSupportPlugin::Create(ExecutorProcessControl &EPC, JITDylib &JD, in Create()184 return std::make_unique<VTuneSupportPlugin>( in Create()
28 class LLVM_ABI VTuneSupportPlugin : public ObjectLinkingLayer::Plugin {30 VTuneSupportPlugin(ExecutorProcessControl &EPC, ExecutorAddr RegisterImplAddr, in VTuneSupportPlugin() function46 static Expected<std::unique_ptr<VTuneSupportPlugin>>