Searched refs:DtorCGF (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 1818 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()
|