Searched defs:EPCIU (Results 1 – 4 of 4) sorted by relevance
43 std::unique_ptr<EPCIndirectionUtils> EPCIU; global() variable 62 KaleidoscopeJIT(std::unique_ptr<ExecutionSession> ES,std::unique_ptr<EPCIndirectionUtils> EPCIU,JITTargetMachineBuilder JTMB,DataLayout DL) KaleidoscopeJIT() argument 94 auto EPCIU = EPCIndirectionUtils::Create(*ES); Create() local [all...]
28 getIndirectStubs(EPCIndirectionUtils &EPCIU, unsigned NumStubs) { in getIndirectStubs() argument 48 EPCIndirectionUtils &EPCIU; member in __anond06db4300111::EPCTrampolinePool 57 EPCIndirectStubsManager(EPCIndirectionUtils &EPCIU) : EPCIU(EPCIU) {} in EPCIndirectStubsManager() argument 76 EPCIndirectionUtils &EPCIU; member in __anond06db4300111::EPCIndirectStubsManager 80 EPCTrampolinePool::EPCTrampolinePool(EPCIndirectionUtils &EPCIU) in EPCTrampolinePool() argument 418 setUpInProcessLCTMReentryViaEPCIU(EPCIndirectionUtils & EPCIU) setUpInProcessLCTMReentryViaEPCIU() argument [all...]
107 auto *EPCIU = static_cast<EPCIndirectionUtils *>(Ctx); in reenter() local147 auto EPCIU = ExitOnErr(EPCIndirectionUtils::Create(J->getExecutionSession())); in main() local
130 std::unique_ptr<EPCIndirectionUtils> EPCIU; variable149 std::unique_ptr<EPCIndirectionUtils> EPCIU, in KaleidoscopeJIT()179 auto EPCIU = EPCIndirectionUtils::Create(*ES); in Create() local