Searched refs:SelStructTy (Results 1 – 1 of 1) sorted by relevance
2401 llvm::StructType *SelStructTy = dyn_cast<llvm::StructType>( in ModuleInitFunction() local2404 if (SelStructTy == 0) { in ModuleInitFunction()2405 SelStructTy = llvm::StructType::get(PtrToInt8Ty, PtrToInt8Ty, NULL); in ModuleInitFunction()2406 SelStructPtrTy = llvm::PointerType::getUnqual(SelStructTy); in ModuleInitFunction()2466 Selectors.push_back(llvm::ConstantStruct::get(SelStructTy, Elements)); in ModuleInitFunction()2480 Selectors.push_back(llvm::ConstantStruct::get(SelStructTy, Elements)); in ModuleInitFunction()2485 llvm::Constant *SelectorList = MakeGlobalArray(SelStructTy, Selectors, in ModuleInitFunction()