Searched refs:TypesVarName (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1447 std::string TypesVarName = ".objc_sel_types_" + MangledTypes; local
1448 auto *TypesGlobal = TheModule.getGlobalVariable(TypesVarName);
1453 true, llvm::GlobalValue::LinkOnceODRLinkage, Init, TypesVarName);
1454 GV->setComdat(TheModule.getOrInsertComdat(TypesVarName));

Completed in 107 milliseconds