Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp3827 llvm::StructType *selStructTy = dyn_cast<llvm::StructType>(SelectorElemTy); in ModuleInitFunction() local
3828 if (!selStructTy) { in ModuleInitFunction()
3829 selStructTy = llvm::StructType::get(CGM.getLLVMContext(), in ModuleInitFunction()
3871 auto selectors = builder.beginArray(selStructTy); in ModuleInitFunction()
3888 auto selStruct = selectors.beginStruct(selStructTy); in ModuleInitFunction()
3905 auto selStruct = selectors.beginStruct(selStructTy); in ModuleInitFunction()