Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp3513 llvm::StructType *selStructTy = in ModuleInitFunction() local
3516 if (!selStructTy) { in ModuleInitFunction()
3517 selStructTy = llvm::StructType::get(CGM.getLLVMContext(), in ModuleInitFunction()
3519 selStructPtrTy = llvm::PointerType::getUnqual(selStructTy); in ModuleInitFunction()
3561 auto selectors = builder.beginArray(selStructTy); in ModuleInitFunction()
3578 auto selStruct = selectors.beginStruct(selStructTy); in ModuleInitFunction()
3595 auto selStruct = selectors.beginStruct(selStructTy); in ModuleInitFunction()