Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenModule.h155 getAddrOfGlobalVar(const VarDecl *d, mlir::Type ty = {},
H A DCIRGenModule.cpp259 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
H A DCIRGenExpr.cpp259 mlir::Value v = cgf.cgm.getAddrOfGlobalVar(vd); in emitGlobalVarDeclLValue()