Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp1818 CodeGenFunction DtorCGF(CGM); in emitThreadPrivateVarDefinition() local
1829 auto NL = ApplyDebugLocation::CreateEmpty(DtorCGF); in emitThreadPrivateVarDefinition()
1830 DtorCGF.StartFunction(GlobalDecl(), CGM.getContext().VoidTy, Fn, FI, Args, in emitThreadPrivateVarDefinition()
1833 auto AL = ApplyDebugLocation::CreateArtificial(DtorCGF); in emitThreadPrivateVarDefinition()
1834 auto ArgVal = DtorCGF.EmitLoadOfScalar( in emitThreadPrivateVarDefinition()
1835 DtorCGF.GetAddrOfLocalVar(&Dst), in emitThreadPrivateVarDefinition()
1837 DtorCGF.emitDestroy(Address(ArgVal, VDAddr.getAlignment()), ASTTy, in emitThreadPrivateVarDefinition()
1838 DtorCGF.getDestroyer(ASTTy.isDestructedType()), in emitThreadPrivateVarDefinition()
1839 DtorCGF.needsEHCleanup(ASTTy.isDestructedType())); in emitThreadPrivateVarDefinition()
1840 DtorCGF.FinishFunction(); in emitThreadPrivateVarDefinition()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp1799 CodeGenFunction DtorCGF(CGM); in emitThreadPrivateVarDefinition() local
1812 auto NL = ApplyDebugLocation::CreateEmpty(DtorCGF); in emitThreadPrivateVarDefinition()
1813 DtorCGF.StartFunction(GlobalDecl(), CGM.getContext().VoidTy, Fn, FI, Args, in emitThreadPrivateVarDefinition()
1816 auto AL = ApplyDebugLocation::CreateArtificial(DtorCGF); in emitThreadPrivateVarDefinition()
1817 llvm::Value *ArgVal = DtorCGF.EmitLoadOfScalar( in emitThreadPrivateVarDefinition()
1818 DtorCGF.GetAddrOfLocalVar(&Dst), in emitThreadPrivateVarDefinition()
1820 DtorCGF.emitDestroy(Address(ArgVal, VDAddr.getAlignment()), ASTTy, in emitThreadPrivateVarDefinition()
1821 DtorCGF.getDestroyer(ASTTy.isDestructedType()), in emitThreadPrivateVarDefinition()
1822 DtorCGF.needsEHCleanup(ASTTy.isDestructedType())); in emitThreadPrivateVarDefinition()
1823 DtorCGF.FinishFunction(); in emitThreadPrivateVarDefinition()
[all …]