Searched refs:getOrCreateCIRGlobal (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenModule.h | 134 cir::GlobalOp getOrCreateCIRGlobal(llvm::StringRef mangledName, mlir::Type ty, 138 cir::GlobalOp getOrCreateCIRGlobal(const VarDecl *d, mlir::Type ty,
|
| H A D | CIRGenModule.cpp | 524 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()
|