|
LLVM
4.0.0
|
#include <CoroInstr.h>
Public Member Functions | |
| bool | hasOutlinedParts () const |
| bool | isPostSplit () const |
| bool | isPreSplit () const |
Public Attributes | |
| ConstantStruct * | OutlinedParts = nullptr |
| ConstantArray * | Resumers = nullptr |
Definition at line 135 of file CoroInstr.h.
|
inline |
Definition at line 139 of file CoroInstr.h.
|
inline |
Definition at line 140 of file CoroInstr.h.
|
inline |
Definition at line 141 of file CoroInstr.h.
| ConstantStruct* llvm::CoroIdInst::Info::OutlinedParts = nullptr |
Definition at line 136 of file CoroInstr.h.
Referenced by llvm::CoroIdInst::getInfo().
| ConstantArray* llvm::CoroIdInst::Info::Resumers = nullptr |
Definition at line 137 of file CoroInstr.h.
Referenced by llvm::CoroIdInst::getInfo().
1.8.6