Searched refs:GetGlobalVarAddressSpace (Results 1 – 3 of 3) sorted by relevance
886 LangAS GetGlobalVarAddressSpace(const VarDecl *D);
260 LangAS AS = GetGlobalVarAddressSpace(&D); in getOrCreateStaticVarDecl()2668 clang::LangAS GVAS = GetGlobalVarAddressSpace(VD); in EmitOMPAllocateDecl()
4245 auto DAddrSpace = GetGlobalVarAddressSpace(D); in GetOrCreateLLVMGlobal()4517 LangAS CodeGenModule::GetGlobalVarAddressSpace(const VarDecl *D) { in GetGlobalVarAddressSpace() function in CodeGenModule4776 getContext().getTargetAddressSpace(GetGlobalVarAddressSpace(D))) { in EmitGlobalVarDefinition()5894 VD ? GetGlobalVarAddressSpace(VD) : MaterializedType.getAddressSpace(); in GetAddrOfGlobalTemporary()