Home
last modified time | relevance | path

Searched defs:EPCIU (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A DKaleidoscopeJIT.h43 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...]
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp28 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...]
/llvm-project/llvm/examples/OrcV2Examples/LLJITWithExecutorProcessControl/
H A DLLJITWithExecutorProcessControl.cpp107 auto *EPCIU = static_cast<EPCIndirectionUtils *>(Ctx); in reenter() local
147 auto EPCIU = ExitOnErr(EPCIndirectionUtils::Create(J->getExecutionSession())); in main() local
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A DKaleidoscopeJIT.h130 std::unique_ptr<EPCIndirectionUtils> EPCIU; variable
149 std::unique_ptr<EPCIndirectionUtils> EPCIU, in KaleidoscopeJIT()
179 auto EPCIU = EPCIndirectionUtils::Create(*ES); in Create() local