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()
236 EPCIndirectionUtils::ABISupport::~ABISupport() = default;
238 Expected<std::unique_ptr<EPCIndirectionUtils>>
239 EPCIndirectionUtils::Create(ExecutorProcessControl &EPC) { in Create()
274 Error EPCIndirectionUtils::cleanup() { in cleanup()
291 EPCIndirectionUtils::writeResolverBlock(JITTargetAddress ReentryFnAddr, in writeResolverBlock()
320 EPCIndirectionUtils::createIndirectStubsManager() { in createIndirectStubsManager()
324 TrampolinePool &EPCIndirectionUtils::getTrampolinePool() { in getTrampolinePool()
330 LazyCallThroughManager &EPCIndirectionUtils::createLazyCallThroughManager( in createLazyCallThroughManager()
339 EPCIndirectionUtils::EPCIndirectionUtils(ExecutorProcessControl &EPC, in EPCIndirectionUtils() function in llvm::orc::EPCIndirectionUtils
348 Expected<EPCIndirectionUtils::IndirectStubInfoVector>
349 EPCIndirectionUtils::getIndirectStubs(unsigned NumStubs) { in getIndirectStubs()
420 Error setUpInProcessLCTMReentryViaEPCIU(EPCIndirectionUtils &EPCIU) { in setUpInProcessLCTMReentryViaEPCIU()