Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCGNU.cpp3630 llvm::StructType *selStructTy = in ModuleInitFunction() local
3633 if (!selStructTy) { in ModuleInitFunction()
3634 selStructTy = llvm::StructType::get(CGM.getLLVMContext(), in ModuleInitFunction()
3636 selStructPtrTy = llvm::PointerType::getUnqual(selStructTy); in ModuleInitFunction()
3678 auto selectors = builder.beginArray(selStructTy); in ModuleInitFunction()
3695 auto selStruct = selectors.beginStruct(selStructTy); in ModuleInitFunction()
3712 auto selStruct = selectors.beginStruct(selStructTy); in ModuleInitFunction()