Lines Matching refs:EPCIndirectionUtils
24 using IndirectStubInfo = EPCIndirectionUtils::IndirectStubInfo;
25 using IndirectStubInfoVector = EPCIndirectionUtils::IndirectStubInfoVector;
28 getIndirectStubs(EPCIndirectionUtils &EPCIU, unsigned NumStubs) { in getIndirectStubs()
40 EPCTrampolinePool(EPCIndirectionUtils &EPCIU);
48 EPCIndirectionUtils &EPCIU;
57 EPCIndirectStubsManager(EPCIndirectionUtils &EPCIU) : EPCIU(EPCIU) {} in EPCIndirectStubsManager()
76 EPCIndirectionUtils &EPCIU;
80 EPCTrampolinePool::EPCTrampolinePool(EPCIndirectionUtils &EPCIU) in EPCTrampolinePool()
234 EPCIndirectionUtils::ABISupport::~ABISupport() {} in ~ABISupport()
236 Expected<std::unique_ptr<EPCIndirectionUtils>>
237 EPCIndirectionUtils::Create(ExecutorProcessControl &EPC) { in Create()
269 Error EPCIndirectionUtils::cleanup() { in cleanup()
286 EPCIndirectionUtils::writeResolverBlock(JITTargetAddress ReentryFnAddr, in writeResolverBlock()
314 EPCIndirectionUtils::createIndirectStubsManager() { in createIndirectStubsManager()
318 TrampolinePool &EPCIndirectionUtils::getTrampolinePool() { in getTrampolinePool()
324 LazyCallThroughManager &EPCIndirectionUtils::createLazyCallThroughManager( in createLazyCallThroughManager()
333 EPCIndirectionUtils::EPCIndirectionUtils(ExecutorProcessControl &EPC, in EPCIndirectionUtils() function in llvm::orc::EPCIndirectionUtils
342 Expected<EPCIndirectionUtils::IndirectStubInfoVector>
343 EPCIndirectionUtils::getIndirectStubs(unsigned NumStubs) { in getIndirectStubs()
414 Error setUpInProcessLCTMReentryViaEPCIU(EPCIndirectionUtils &EPCIU) { in setUpInProcessLCTMReentryViaEPCIU()