Searched refs:TypesVarName (Results 1 – 1 of 1) sorted by relevance
1450 std::string TypesVarName = ".objc_sel_types_" + MangledTypes; in GetTypeString() local1451 auto *TypesGlobal = TheModule.getGlobalVariable(TypesVarName); in GetTypeString()1456 true, llvm::GlobalValue::LinkOnceODRLinkage, Init, TypesVarName); in GetTypeString()1457 GV->setComdat(TheModule.getOrInsertComdat(TypesVarName)); in GetTypeString()