Home
last modified time | relevance | path

Searched refs:SEHPointersDecl (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
DCGException.cpp1486 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()
DCodeGenFunction.cpp47 AbnormalTerminationSlot(nullptr), SEHPointersDecl(nullptr), in CodeGenFunction()
DCodeGenFunction.h318 ImplicitParamDecl *SEHPointersDecl; variable