Searched refs:CCtx (Results 1 – 1 of 1) sorted by relevance
65 CompileContext *CCtx = static_cast<CompileContext*>(Ctx); in myCompileCallback() local66 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()