Home
last modified time | relevance | path

Searched refs:CCtx (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/
DOrcCAPITest.cpp73 CompileContext *CCtx = static_cast<CompileContext*>(Ctx); in myCompileCallback() local
74 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()