Lines Matching refs:getGlobalVariable
219 auto *ConstStr = TheModule.getGlobalVariable(name); in ExportUniqueString()
1248 auto *GV = TheModule.getGlobalVariable(Name); in GenerateEmptyProtocol()
1270 assert(!TheModule.getGlobalVariable(RefName)); in GenerateProtocolRef()
1310 auto *OldGV = TheModule.getGlobalVariable(SymName); in GenerateProtocolRef()
1391 auto *TypesGlobal = TheModule.getGlobalVariable(TypesVarName); in GetTypeString()
1756 llvm::GlobalVariable *OffsetVar = TheModule.getGlobalVariable(OffsetName); in GenerateClass()
1976 llvm::GlobalVariable *ClassSymbol = TheModule.getGlobalVariable(SymbolName); in GetClassNamed()
2005 if (TheModule.getGlobalVariable(symbolRef)) in EmitClassRef()
2008 llvm::GlobalVariable *ClassSymbol = TheModule.getGlobalVariable(symbolName); in EmitClassRef()
2296 CGM.getModule().getGlobalVariable("__objc_id_type_info"); in GetEHType()
2316 llvm::Constant *typeinfo = TheModule.getGlobalVariable(typeinfoName); in GetEHType()
2326 auto *Vtable = TheModule.getGlobalVariable(vtableName); in GetEHType()
3293 if (auto *symbol = TheModule.getGlobalVariable(classSymbolName)) { in GenerateClass()
3347 llvm::GlobalVariable *OffsetVar = TheModule.getGlobalVariable(OffsetName); in GenerateClass()
3733 TheModule.getGlobalVariable("_OBJC_CLASS_" + iter->first, true); in ModuleInitFunction()
3988 llvm::Value *Offset = TheModule.getGlobalVariable(name); in EmitIvarOffset()