Searched refs:SEHPointersDecl (Results 1 – 3 of 3) sorted by relevance
1486 SEHPointersDecl = ImplicitParamDecl::Create( in GenerateSEHFilterFunction()1490 Args.push_back(SEHPointersDecl); in GenerateSEHFilterFunction()1570 llvm::Value *Ptrs = Builder.CreateLoad(GetAddrOfLocalVar(SEHPointersDecl)); in EmitSEHExceptionCodeSave()1587 if (!SEHPointersDecl) in EmitSEHExceptionInfo()1589 return Builder.CreateLoad(GetAddrOfLocalVar(SEHPointersDecl)); in EmitSEHExceptionInfo()
47 AbnormalTerminationSlot(nullptr), SEHPointersDecl(nullptr), in CodeGenFunction()
318 ImplicitParamDecl *SEHPointersDecl; variable