Home
last modified time | relevance | path

Searched refs:getOrCreateCIRGlobal (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenModule.h134 cir::GlobalOp getOrCreateCIRGlobal(llvm::StringRef mangledName, mlir::Type ty,
138 cir::GlobalOp getOrCreateCIRGlobal(const VarDecl *d, mlir::Type ty,
H A DCIRGenModule.cpp524 CIRGenModule::getOrCreateCIRGlobal(StringRef mangledName, mlir::Type ty, in getOrCreateCIRGlobal() function in CIRGenModule
624 CIRGenModule::getOrCreateCIRGlobal(const VarDecl *d, mlir::Type ty, in getOrCreateCIRGlobal() function in CIRGenModule
632 return getOrCreateCIRGlobal(mangledName, ty, astTy.getAddressSpace(), d, in getOrCreateCIRGlobal()
651 cir::GlobalOp g = getOrCreateCIRGlobal(d, ty, isForDefinition); in getAddrOfGlobalVar()
745 getOrCreateCIRGlobal(vd, initType, ForDefinition_t(!isTentative)); in emitGlobalVarDefinition()