Home
last modified time | relevance | path

Searched refs:selStructTy (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp3917 llvm::StructType *selStructTy = dyn_cast<llvm::StructType>(SelectorElemTy); in ModuleInitFunction() local
3918 if (!selStructTy) { in ModuleInitFunction()
3919 selStructTy = llvm::StructType::get(CGM.getLLVMContext(), in ModuleInitFunction()
3961 auto selectors = builder.beginArray(selStructTy); in ModuleInitFunction()
3978 auto selStruct = selectors.beginStruct(selStructTy); in ModuleInitFunction()
3995 auto selStruct = selectors.beginStruct(selStructTy); in ModuleInitFunction()