Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCGNU.cpp2396 llvm::StructType *SelStructTy = dyn_cast<llvm::StructType>( in ModuleInitFunction() local
2399 if (!SelStructTy) { in ModuleInitFunction()
2400 SelStructTy = llvm::StructType::get(PtrToInt8Ty, PtrToInt8Ty, nullptr); in ModuleInitFunction()
2401 SelStructPtrTy = llvm::PointerType::getUnqual(SelStructTy); in ModuleInitFunction()
2463 Selectors.push_back(llvm::ConstantStruct::get(SelStructTy, Elements)); in ModuleInitFunction()
2477 Selectors.push_back(llvm::ConstantStruct::get(SelStructTy, Elements)); in ModuleInitFunction()
2483 MakeGlobalArray(SelStructTy, Selectors, CGM.getPointerAlign(), in ModuleInitFunction()