Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2956 (void)GetAddrOfGlobalVar(VD); in EmitGlobal()
2972 GetAddrOfGlobalVar(VD); in EmitGlobal()
3981 GetAddrOfGlobalVar(D, InitType, IsForDefinition) in GetOrCreateLLVMGlobal()
4043 return GetAddrOfGlobalVar(cast<VarDecl>(D), /*Ty=*/nullptr, IsForDefinition); in GetAddrOfGlobal()
4095 llvm::Constant *CodeGenModule::GetAddrOfGlobalVar(const VarDecl *D, in GetAddrOfGlobalVar() function in CodeGenModule
4383 GetAddrOfGlobalVar(D, InitType, ForDefinition_t(!IsTentative)); in EmitGlobalVarDefinition()
4409 GetAddrOfGlobalVar(D, InitType, ForDefinition_t(!IsTentative)) in EmitGlobalVarDefinition()
4821 GetAddrOfGlobalVar(VD); in HandleCXXStaticMemberVarInstantiation()
6227 Address Addr(GetAddrOfGlobalVar(VD), getContext().getDeclAlign(VD)); in EmitOMPThreadPrivateDecl()
H A DCodeGenModule.h871 llvm::Constant *GetAddrOfGlobalVar(const VarDecl *D,
H A DCGExprConstant.cpp1897 return CGM.GetAddrOfGlobalVar(VD); in tryEmitBase()
H A DItaniumCXXABI.cpp3044 llvm::Value *Val = CGF.CGM.GetAddrOfGlobalVar(VD); in EmitThreadLocalVarDeclLValue()
H A DCGExpr.cpp2529 llvm::Value *V = CGF.CGM.GetAddrOfGlobalVar(VD); in EmitGlobalVarDeclLValue()
H A DCGDebugInfo.cpp1944 V = CGM.GetAddrOfGlobalVar(VD); in CollectTemplateParams()