Searched refs:SelStructTy (Results 1 – 1 of 1) sorted by relevance
2389 llvm::StructType *SelStructTy = dyn_cast<llvm::StructType>( in ModuleInitFunction() local2392 if (!SelStructTy) { in ModuleInitFunction()2393 SelStructTy = llvm::StructType::get(PtrToInt8Ty, PtrToInt8Ty, nullptr); in ModuleInitFunction()2394 SelStructPtrTy = llvm::PointerType::getUnqual(SelStructTy); in ModuleInitFunction()2456 Selectors.push_back(llvm::ConstantStruct::get(SelStructTy, Elements)); in ModuleInitFunction()2470 Selectors.push_back(llvm::ConstantStruct::get(SelStructTy, Elements)); in ModuleInitFunction()2476 MakeGlobalArray(SelStructTy, Selectors, CGM.getPointerAlign(), in ModuleInitFunction()