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