Home
last modified time | relevance | path

Searched defs:CallCleanupFunction (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDecl.cpp576 struct CallCleanupFunction final : EHScopeStack::Cleanup { struct
577 llvm::Constant *CleanupFn;
578 const CGFunctionInfo &FnInfo;
579 const VarDecl &Var;
581 CallCleanupFunction(llvm::Constant *CleanupFn, const CGFunctionInfo *Info, in CallCleanupFunction() argument
585 void Emit(CodeGenFunction &CGF, Flags flags) override { in Emit()