Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h856 LangAS GetGlobalVarAddressSpace(const VarDecl *D);
H A DCGDecl.cpp259 LangAS AS = GetGlobalVarAddressSpace(&D); in getOrCreateStaticVarDecl()
2648 clang::LangAS GVAS = GetGlobalVarAddressSpace(VD); in EmitOMPAllocateDecl()
H A DCodeGenModule.cpp3882 auto DAddrSpace = GetGlobalVarAddressSpace(D); in GetOrCreateLLVMGlobal()
4155 LangAS CodeGenModule::GetGlobalVarAddressSpace(const VarDecl *D) { in GetGlobalVarAddressSpace() function in CodeGenModule
4402 getContext().getTargetAddressSpace(GetGlobalVarAddressSpace(D))) { in EmitGlobalVarDefinition()
5501 VD ? GetGlobalVarAddressSpace(VD) : MaterializedType.getAddressSpace(); in GetAddrOfGlobalTemporary()