Home
last modified time | relevance | path

Searched refs:CCtx (Results 1 – 1 of 1) sorted by relevance

/external/llvm/unittests/ExecutionEngine/Orc/
DOrcCAPITest.cpp65 CompileContext *CCtx = static_cast<CompileContext*>(Ctx); in myCompileCallback() local
66 auto *ET = CCtx->APIExecTest; in myCompileCallback()
67 CCtx->M = ET->createTestModule(ET->TM->getTargetTriple()); in myCompileCallback()
68 CCtx->H = LLVMOrcAddEagerlyCompiledIR(JITStack, wrap(CCtx->M.get()), in myCompileCallback()
70 CCtx->Compiled = true; in myCompileCallback()