Searched defs:ParentCGF (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/CodeGen/ |
H A D | CGException.cpp | 1779 CodeGenFunction &ParentCGF; member 1833 Address CodeGenFunction::recoverAddrOfEscapedLocal(CodeGenFunction &ParentCGF, in recoverAddrOfEscapedLocal() argument 1872 EmitCapturedLocals(CodeGenFunction & ParentCGF,const Stmt * OutlinedStmt,bool IsFilter) EmitCapturedLocals() argument 2015 startOutlinedSEHHelper(CodeGenFunction & ParentCGF,bool IsFilter,const Stmt * OutlinedStmt) startOutlinedSEHHelper() argument 2077 GenerateSEHFilterFunction(CodeGenFunction & ParentCGF,const SEHExceptStmt & Except) GenerateSEHFilterFunction() argument 2094 GenerateSEHFinallyFunction(CodeGenFunction & ParentCGF,const SEHFinallyStmt & Finally) GenerateSEHFinallyFunction() argument 2107 EmitSEHExceptionCodeSave(CodeGenFunction & ParentCGF,llvm::Value * ParentFP,llvm::Value * EntryFP) EmitSEHExceptionCodeSave() argument [all...] |
H A D | CGStmtOpenMP.cpp | 1976 emitCapturedStmtFunc(CodeGenFunction & ParentCGF,const CapturedStmt * S) emitCapturedStmtFunc() argument 1990 emitCapturedStmtCall(CodeGenFunction & ParentCGF,EmittedClosureTy Cap,llvm::ArrayRef<llvm::Value * > Args) emitCapturedStmtCall() argument
|