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()
232 EPCIndirectionUtils::ABISupport::~ABISupport() = default;
234 Expected<std::unique_ptr<EPCIndirectionUtils>>
235 EPCIndirectionUtils::Create(ExecutorProcessControl &EPC) { in Create()
273 Error EPCIndirectionUtils::cleanup() { in cleanup()
290 EPCIndirectionUtils::writeResolverBlock(ExecutorAddr ReentryFnAddr, in writeResolverBlock()
319 EPCIndirectionUtils::createIndirectStubsManager() { in createIndirectStubsManager()
323 TrampolinePool &EPCIndirectionUtils::getTrampolinePool() { in getTrampolinePool()
329 LazyCallThroughManager &EPCIndirectionUtils::createLazyCallThroughManager( in createLazyCallThroughManager()
338 EPCIndirectionUtils::EPCIndirectionUtils(ExecutorProcessControl &EPC, in EPCIndirectionUtils() function in llvm::orc::EPCIndirectionUtils
347 Expected<EPCIndirectionUtils::IndirectStubInfoVector>
348 EPCIndirectionUtils::getIndirectStubs(unsigned NumStubs) { in getIndirectStubs()
418 Error setUpInProcessLCTMReentryViaEPCIU(EPCIndirectionUtils &EPCIU) { in setUpInProcessLCTMReentryViaEPCIU()