Searched refs:GetGlobalVarAddressSpace (Results 1 – 6 of 6) sorted by relevance
990 LangAS GetGlobalVarAddressSpace(const VarDecl *D);1820 LangAS AS = GetGlobalVarAddressSpace(D);
1859 LangAS AS = CGM.GetGlobalVarAddressSpace(nullptr); in buildStructorSignature()1895 LangAS AS = CGM.GetGlobalVarAddressSpace(nullptr); in addImplicitStructorParams()1944 LangAS AS = CGM.GetGlobalVarAddressSpace(nullptr); in getImplicitConstructorArgs()4280 CGM.getTarget().getPointerAlign(CGM.GetGlobalVarAddressSpace(nullptr))); in BuildTypeInfo()
5236 auto DAddrSpace = GetGlobalVarAddressSpace(D); in GetOrCreateLLVMGlobal()5535 LangAS CodeGenModule::GetGlobalVarAddressSpace(const VarDecl *D) { in GetGlobalVarAddressSpace() function in CodeGenModule5835 getContext().getTargetAddressSpace(GetGlobalVarAddressSpace(D))) { in EmitGlobalVarDefinition()5883 if (LangOpts.HLSL && GetGlobalVarAddressSpace(D) == LangAS::hlsl_input) { in EmitGlobalVarDefinition()5939 if (LangOpts.HLSL && GetGlobalVarAddressSpace(D) == LangAS::hlsl_input) in EmitGlobalVarDefinition()6970 LangAS AddrSpace = GetGlobalVarAddressSpace(VD); in GetAddrOfGlobalTemporary()
273 LangAS AS = GetGlobalVarAddressSpace(&D); in getOrCreateStaticVarDecl()2917 clang::LangAS GVAS = GetGlobalVarAddressSpace(VD); in EmitOMPAllocateDecl()
2226 LangAS GlobAS = CGM.GetGlobalVarAddressSpace(nullptr); in EmitCXXTypeidExpr()
1143 LangAS globAS = CGF.CGM.GetGlobalVarAddressSpace(nullptr); in emitCatchDispatchBlock()