Home
last modified time | relevance | path

Searched refs:GetGlobalVarAddressSpace (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h990 LangAS GetGlobalVarAddressSpace(const VarDecl *D);
1820 LangAS AS = GetGlobalVarAddressSpace(D);
H A DItaniumCXXABI.cpp1859 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()
H A DCodeGenModule.cpp5236 auto DAddrSpace = GetGlobalVarAddressSpace(D); in GetOrCreateLLVMGlobal()
5535 LangAS CodeGenModule::GetGlobalVarAddressSpace(const VarDecl *D) { in GetGlobalVarAddressSpace() function in CodeGenModule
5835 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()
H A DCGDecl.cpp273 LangAS AS = GetGlobalVarAddressSpace(&D); in getOrCreateStaticVarDecl()
2917 clang::LangAS GVAS = GetGlobalVarAddressSpace(VD); in EmitOMPAllocateDecl()
H A DCGExprCXX.cpp2226 LangAS GlobAS = CGM.GetGlobalVarAddressSpace(nullptr); in EmitCXXTypeidExpr()
H A DCGException.cpp1143 LangAS globAS = CGF.CGM.GetGlobalVarAddressSpace(nullptr); in emitCatchDispatchBlock()