Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCGNU.cpp2389 llvm::StructType *SelStructTy = dyn_cast<llvm::StructType>( in ModuleInitFunction() local
2392 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()