Searched refs:GetGlobalVarAddressSpace (Results 1 – 3 of 3) sorted by relevance
856 LangAS GetGlobalVarAddressSpace(const VarDecl *D);
254 LangAS AS = GetGlobalVarAddressSpace(&D); in getOrCreateStaticVarDecl()2641 clang::LangAS GVAS = GetGlobalVarAddressSpace(VD); in EmitOMPAllocateDecl()
3852 auto DAddrSpace = GetGlobalVarAddressSpace(D); in GetOrCreateLLVMGlobal()4125 LangAS CodeGenModule::GetGlobalVarAddressSpace(const VarDecl *D) { in GetGlobalVarAddressSpace() function in CodeGenModule4372 getContext().getTargetAddressSpace(GetGlobalVarAddressSpace(D))) { in EmitGlobalVarDefinition()5471 VD ? GetGlobalVarAddressSpace(VD) : MaterializedType.getAddressSpace(); in GetAddrOfGlobalTemporary()