Searched refs:PerfSupportPlugin (Results 1 – 2 of 2) sorted by relevance
27 class PerfSupportPlugin : public ObjectLinkingLayer::Plugin {29 PerfSupportPlugin(ExecutorProcessControl &EPC,34 ~PerfSupportPlugin();51 static Expected<std::unique_ptr<PerfSupportPlugin>>
255 PerfSupportPlugin::PerfSupportPlugin(ExecutorProcessControl &EPC, in PerfSupportPlugin() function in PerfSupportPlugin266 PerfSupportPlugin::~PerfSupportPlugin() { in ~PerfSupportPlugin()270 void PerfSupportPlugin::modifyPassConfig(MaterializationResponsibility &MR, in modifyPassConfig()285 Expected<std::unique_ptr<PerfSupportPlugin>>286 PerfSupportPlugin::Create(ExecutorProcessControl &EPC, JITDylib &JD, in Create()301 return std::make_unique<PerfSupportPlugin>(EPC, StartAddr, EndAddr, ImplAddr, in Create()