Searched refs:GCATV (Results 1 – 1 of 1) sorted by relevance
5985 llvm::GlobalVariable *GCATV in GenerateCategory() local5991 GCATV->setAlignment( in GenerateCategory()5993 GCATV->setSection("__DATA, __objc_const"); in GenerateCategory()5994 CGM.addCompilerUsedGlobal(GCATV); in GenerateCategory()5995 DefinedCategories.push_back(GCATV); in GenerateCategory()5999 DefinedNonLazyCategories.push_back(GCATV); in GenerateCategory()