Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp918 if (llvm::Function *CleanupFn = makeModuleDtorFunction()) { in makeModuleCtorFunction() local
H A DCGDecl.cpp610 llvm::Constant *CleanupFn; member
H A DMicrosoftCXXABI.cpp4413 llvm::Constant *CleanupFn = llvm::Constant::getNullValue(CGM.Int8PtrTy); in getThrowInfo() local
H A DCGExpr.cpp351 llvm::FunctionCallee CleanupFn; in pushTemporaryCleanup() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1251 Function *DestroyFn, Function *CleanupFn) { in updateCoroFrame()