Searched refs:CCtx (Results 1 – 2 of 2) 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()
73 CompileContext *CCtx = static_cast<CompileContext*>(Ctx); in myCompileCallback() local74 auto *ET = CCtx->APIExecTest; in myCompileCallback()75 CCtx->M = ET->createTestModule(ET->TM->getTargetTriple()); in myCompileCallback()76 LLVMOrcAddEagerlyCompiledIR(JITStack, &CCtx->H, wrap(CCtx->M.release()), in myCompileCallback()78 CCtx->Compiled = true; in myCompileCallback()