Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCUDANV.cpp929 if (llvm::Function *CleanupFn = makeModuleDtorFunction()) { in makeModuleCtorFunction() local
H A DCGDecl.cpp597 llvm::Constant *CleanupFn; member
H A DMicrosoftCXXABI.cpp4426 llvm::Constant *CleanupFn = llvm::Constant::getNullValue(CGM.Int8PtrTy); in getThrowInfo() local
H A DCGExpr.cpp353 llvm::FunctionCallee CleanupFn; in pushTemporaryCleanup() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1176 Function *DestroyFn, Function *CleanupFn) { in updateCoroFrame()