Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1765 CodeGenFunction DtorCGF(CGM); in emitThreadPrivateVarDefinition() local
1778 auto NL = ApplyDebugLocation::CreateEmpty(DtorCGF); in emitThreadPrivateVarDefinition()
1783 llvm::Value *ArgVal = DtorCGF.EmitLoadOfScalar( in emitThreadPrivateVarDefinition()
1784 DtorCGF.GetAddrOfLocalVar(&Dst), in emitThreadPrivateVarDefinition()
1786 DtorCGF.emitDestroy( in emitThreadPrivateVarDefinition()
1788 DtorCGF.getDestroyer(ASTTy.isDestructedType()), in emitThreadPrivateVarDefinition()
1789 DtorCGF.needsEHCleanup(ASTTy.isDestructedType())); in emitThreadPrivateVarDefinition()
1790 DtorCGF.FinishFunction(); in emitThreadPrivateVarDefinition()
1925 CodeGenFunction DtorCGF(CGM); in emitDeclareTargetVarDefinition() local
1934 auto NL = ApplyDebugLocation::CreateEmpty(DtorCGF); in emitDeclareTargetVarDefinition()
[all …]