Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp609 struct CallCleanupFunction final : EHScopeStack::Cleanup { struct
610 llvm::Constant *CleanupFn;
611 const CGFunctionInfo &FnInfo;
612 const VarDecl &Var;
614 CallCleanupFunction(llvm::Constant *CleanupFn, const CGFunctionInfo *Info, in CallCleanupFunction() argument
618 void Emit(CodeGenFunction &CGF, Flags flags) override { in Emit()