forked from OSchip/llvm-project
parent
804a3e655f
commit
8e90d221f1
|
@ -36,10 +36,11 @@ using namespace CodeGen;
|
|||
CodeGenFunction::CodeGenFunction(CodeGenModule &cgm, bool suppressNewContext)
|
||||
: CodeGenTypeCache(cgm), CGM(cgm), Target(cgm.getTarget()),
|
||||
Builder(cgm.getModule().getContext(), llvm::ConstantFolder(),
|
||||
CGBuilderInserterTy(this)), CurFn(nullptr),
|
||||
CapturedStmtInfo(nullptr), SanOpts(&CGM.getLangOpts().Sanitize),
|
||||
IsSanitizerScope(false), CurFuncIsThunk(false), AutoreleaseResult(false),
|
||||
SawAsmBlock(false), BlockInfo(nullptr), BlockPointer(nullptr),
|
||||
CGBuilderInserterTy(this)),
|
||||
CurFn(nullptr), CapturedStmtInfo(nullptr),
|
||||
SanOpts(&CGM.getLangOpts().Sanitize), IsSanitizerScope(false),
|
||||
CurFuncIsThunk(false), AutoreleaseResult(false), SawAsmBlock(false),
|
||||
BlockInfo(nullptr), BlockPointer(nullptr),
|
||||
LambdaThisCaptureField(nullptr), NormalCleanupDest(nullptr),
|
||||
NextCleanupDestIndex(1), FirstBlockInfo(nullptr), EHResumeBlock(nullptr),
|
||||
ExceptionSlot(nullptr), EHSelectorSlot(nullptr),
|
||||
|
|
Loading…
Reference in New Issue