Searched refs:getAddrOfGlobalVar (Results 1 – 3 of 3) sorted by relevance
155 getAddrOfGlobalVar(const VarDecl *d, mlir::Type ty = {},
259 return getAddrOfGlobalVar(cast<VarDecl>(d), /*ty=*/nullptr, isForDefinition) in getAddrOfGlobal()363 getAddrOfGlobalVar(vd); in emitGlobal()642 mlir::Value CIRGenModule::getAddrOfGlobalVar(const VarDecl *d, mlir::Type ty, in getAddrOfGlobalVar() function in CIRGenModule
259 mlir::Value v = cgf.cgm.getAddrOfGlobalVar(vd); in emitGlobalVarDeclLValue()