Searched refs:SelStructTy (Results 1 – 1 of 1) sorted by relevance
2366 llvm::StructType *SelStructTy = dyn_cast<llvm::StructType>( in ModuleInitFunction() local2369 if (!SelStructTy) { in ModuleInitFunction()2370 SelStructTy = llvm::StructType::get(PtrToInt8Ty, PtrToInt8Ty, nullptr); in ModuleInitFunction()2371 SelStructPtrTy = llvm::PointerType::getUnqual(SelStructTy); in ModuleInitFunction()2431 Selectors.push_back(llvm::ConstantStruct::get(SelStructTy, Elements)); in ModuleInitFunction()2445 Selectors.push_back(llvm::ConstantStruct::get(SelStructTy, Elements)); in ModuleInitFunction()2451 MakeGlobalArray(SelStructTy, Selectors, ".objc_selector_list"); in ModuleInitFunction()