Lines Matching defs:EPC
254 PerfSupportPlugin::PerfSupportPlugin(ExecutorProcessControl &EPC,
259 : EPC(EPC), RegisterPerfStartAddr(RegisterPerfStartAddr),
263 cantFail(EPC.callSPSWrapper<void()>(RegisterPerfStartAddr));
266 cantFail(EPC.callSPSWrapper<void()>(RegisterPerfEndAddr));
273 auto Batch = getRecords(EPC.getExecutionSession(), G, CodeIndex,
285 PerfSupportPlugin::Create(ExecutorProcessControl &EPC, JITDylib &JD,
287 if (!EPC.getTargetTriple().isOSBinFormatELF()) {
292 auto &ES = EPC.getExecutionSession();
300 return std::make_unique<PerfSupportPlugin>(EPC, StartAddr, EndAddr, ImplAddr,