Lines Matching defs:EPCIU
28 getIndirectStubs(EPCIndirectionUtils &EPCIU, unsigned NumStubs) {
29 return EPCIU.getIndirectStubs(NumStubs);
40 EPCTrampolinePool(EPCIndirectionUtils &EPCIU);
48 EPCIndirectionUtils &EPCIU;
57 EPCIndirectStubsManager(EPCIndirectionUtils &EPCIU) : EPCIU(EPCIU) {}
76 EPCIndirectionUtils &EPCIU;
80 EPCTrampolinePool::EPCTrampolinePool(EPCIndirectionUtils &EPCIU)
81 : EPCIU(EPCIU) {
82 auto &EPC = EPCIU.getExecutorProcessControl();
83 auto &ABI = EPCIU.getABISupport();
94 EPCIU.getExecutorProcessControl().getMemMgr().deallocate(
107 auto ResolverAddress = EPCIU.getResolverBlockAddress();
110 auto &EPC = EPCIU.getExecutorProcessControl();
121 EPCIU.getABISupport().writeTrampolines(
144 auto AvailableStubInfos = getIndirectStubs(EPCIU, StubInits.size());
157 auto &MemAccess = EPCIU.getExecutorProcessControl().getMemoryAccess();
158 switch (EPCIU.getABISupport().getPointerSize()) {
211 auto &MemAccess = EPCIU.getExecutorProcessControl().getMemoryAccess();
212 switch (EPCIU.getABISupport().getPointerSize()) {
420 Error setUpInProcessLCTMReentryViaEPCIU(EPCIndirectionUtils &EPCIU) {
421 auto &LCTM = EPCIU.getLazyCallThroughManager();
422 return EPCIU