Home
last modified time | relevance | path

Searched refs:SEHInfo (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCGException.cpp1732 SEHInfo = &*CurFn->arg_begin(); in EmitSEHExceptionCodeSave()
1740 SEHInfo = Builder.CreateConstInBoundsGEP1_32(Int8Ty, EntryFP, -20); in EmitSEHExceptionCodeSave()
1741 SEHInfo = Builder.CreateBitCast(SEHInfo, Int8PtrTy->getPointerTo()); in EmitSEHExceptionCodeSave()
1742 SEHInfo = Builder.CreateAlignedLoad(Int8PtrTy, SEHInfo, getPointerAlign()); in EmitSEHExceptionCodeSave()
1756 llvm::Value *Ptrs = Builder.CreateBitCast(SEHInfo, PtrsTy->getPointerTo()); in EmitSEHExceptionCodeSave()
1767 if (!SEHInfo) in EmitSEHExceptionInfo()
1769 assert(SEHInfo->getType() == Int8PtrTy); in EmitSEHExceptionInfo()
1770 return SEHInfo; in EmitSEHExceptionInfo()
DCodeGenFunction.h334 llvm::Value *SEHInfo = nullptr; variable