Home
last modified time | relevance | path

Searched refs:DtorCGF (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1689 CodeGenFunction DtorCGF(CGM); in emitThreadPrivateVarDefinition() local
1702 auto NL = ApplyDebugLocation::CreateEmpty(DtorCGF); in emitThreadPrivateVarDefinition()
1703 DtorCGF.StartFunction(GlobalDecl(), CGM.getContext().VoidTy, Fn, FI, Args, in emitThreadPrivateVarDefinition()
1706 auto AL = ApplyDebugLocation::CreateArtificial(DtorCGF); in emitThreadPrivateVarDefinition()
1707 llvm::Value *ArgVal = DtorCGF.EmitLoadOfScalar( in emitThreadPrivateVarDefinition()
1708 DtorCGF.GetAddrOfLocalVar(&Dst), in emitThreadPrivateVarDefinition()
1710 DtorCGF.emitDestroy( in emitThreadPrivateVarDefinition()
1711 Address(ArgVal, DtorCGF.Int8Ty, VDAddr.getAlignment()), ASTTy, in emitThreadPrivateVarDefinition()
1712 DtorCGF.getDestroyer(ASTTy.isDestructedType()), in emitThreadPrivateVarDefinition()
1713 DtorCGF.needsEHCleanup(ASTTy.isDestructedType())); in emitThreadPrivateVarDefinition()
[all …]