Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGObjCGNU.cpp2401 llvm::StructType *SelStructTy = dyn_cast<llvm::StructType>( in ModuleInitFunction() local
2404 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()