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.cpp85 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Debugging/
H A DVTuneSupportPlugin.h28 class LLVM_ABI VTuneSupportPlugin : public ObjectLinkingLayer::Plugin {
30 VTuneSupportPlugin(ExecutorProcessControl &EPC, ExecutorAddr RegisterImplAddr, in VTuneSupportPlugin() function
46 static Expected<std::unique_ptr<VTuneSupportPlugin>>