Searched refs:allocFrameTy (Results 1 – 1 of 1) sorted by relevance
4165 auto allocFrameTy = llvm::FunctionType::get(i8PtrTy, { i32Ty }, false); in promoteFunctionToCoroutine() local4166 auto allocFrame = jit->module->getOrInsertFunction("coroutine_alloc_frame", allocFrameTy); in promoteFunctionToCoroutine()