Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGException.cpp1726 SEHInfo = &*CurFn->arg_begin(); in EmitSEHExceptionCodeSave()
1734 SEHInfo = Builder.CreateConstInBoundsGEP1_32(Int8Ty, EntryFP, -20); in EmitSEHExceptionCodeSave()
1735 SEHInfo = Builder.CreateBitCast(SEHInfo, Int8PtrTy->getPointerTo()); in EmitSEHExceptionCodeSave()
1736 SEHInfo = Builder.CreateAlignedLoad(Int8PtrTy, SEHInfo, getPointerAlign()); in EmitSEHExceptionCodeSave()
1750 llvm::Value *Ptrs = Builder.CreateBitCast(SEHInfo, PtrsTy->getPointerTo()); in EmitSEHExceptionCodeSave()
1761 if (!SEHInfo) in EmitSEHExceptionInfo()
1763 assert(SEHInfo->getType() == Int8PtrTy); in EmitSEHExceptionInfo()
1764 return SEHInfo; in EmitSEHExceptionInfo()
DCodeGenFunction.h354 llvm::Value *SEHInfo = nullptr; variable
/external/llvm-project/clang/lib/CodeGen/
DCGException.cpp2002 SEHInfo = &*CurFn->arg_begin(); in EmitSEHExceptionCodeSave()
2010 SEHInfo = Builder.CreateConstInBoundsGEP1_32(Int8Ty, EntryFP, -20); in EmitSEHExceptionCodeSave()
2011 SEHInfo = Builder.CreateBitCast(SEHInfo, Int8PtrTy->getPointerTo()); in EmitSEHExceptionCodeSave()
2012 SEHInfo = Builder.CreateAlignedLoad(Int8PtrTy, SEHInfo, getPointerAlign()); in EmitSEHExceptionCodeSave()
2026 llvm::Value *Ptrs = Builder.CreateBitCast(SEHInfo, PtrsTy->getPointerTo()); in EmitSEHExceptionCodeSave()
2037 if (!SEHInfo) in EmitSEHExceptionInfo()
2039 assert(SEHInfo->getType() == Int8PtrTy); in EmitSEHExceptionInfo()
2040 return SEHInfo; in EmitSEHExceptionInfo()
DCodeGenFunction.h590 llvm::Value *SEHInfo = nullptr;