Home
last modified time | relevance | path

Searched defs:CoroutineState (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/src/Reactor/
DLLVMReactor.hpp103 struct CoroutineState struct in rr::JITBuilder
105 llvm::Function *await = nullptr;
106 llvm::Function *destroy = nullptr;
107 llvm::Value *handle = nullptr;
108 llvm::Value *id = nullptr;
109 llvm::Value *promise = nullptr;
110 llvm::Type *yieldType = nullptr;
111 llvm::BasicBlock *entryBlock = nullptr;
112 llvm::BasicBlock *suspendBlock = nullptr;
113 llvm::BasicBlock *endBlock = nullptr;
[all …]