Lines Matching refs:GlobalDecl

237 CIRGenModule::getAddrOfGlobal(GlobalDecl gd, ForDefinition_t isForDefinition) {  in getAddrOfGlobal()
263 void CIRGenModule::emitGlobalDecl(const clang::GlobalDecl &d) { in emitGlobalDecl()
316 std::vector<GlobalDecl> curDeclsToEmit; in emitDeferred()
319 for (const GlobalDecl &d : curDeclsToEmit) { in emitDeferred()
332 void CIRGenModule::emitGlobal(clang::GlobalDecl gd) { in emitGlobal()
399 void CIRGenModule::emitGlobalFunctionDefinition(clang::GlobalDecl gd, in emitGlobalFunctionDefinition()
479 void CIRGenModule::setCommonAttributes(GlobalDecl gd, mlir::Operation *gv) { in setCommonAttributes()
487 void CIRGenModule::setNonAliasAttributes(GlobalDecl gd, mlir::Operation *op) { in setNonAliasAttributes()
787 void CIRGenModule::emitGlobalDefinition(clang::GlobalDecl gd, in emitGlobalDefinition()
1113 cir::GlobalLinkageKind CIRGenModule::getFunctionLinkage(GlobalDecl gd) { in getFunctionLinkage()
1302 GlobalDecl gd, const CIRGenFunctionInfo *fnInfo, cir::FuncType fnType, in getAddrAndTypeOfCXXStructor()
1329 cir::FuncOp CIRGenModule::getAddrOfFunction(clang::GlobalDecl gd, in getAddrOfFunction()
1359 static std::string getMangledNameImpl(CIRGenModule &cgm, GlobalDecl gd, in getMangledNameImpl()
1408 StringRef CIRGenModule::getMangledName(GlobalDecl gd) { in getMangledName()
1409 GlobalDecl canonicalGd = gd.getCanonicalDecl(); in getMangledName()
1646 void CIRGenModule::setFunctionAttributes(GlobalDecl globalDecl, in setFunctionAttributes()
1668 StringRef mangledName, mlir::Type funcType, GlobalDecl gd, bool forVTable, in getOrCreateCIRFunction()
1885 mlir::Operation *op, GlobalDecl aliasGD, in emitAliasForGlobal()