Searched refs:emptyStruct (Results 1 – 1 of 1) sorted by relevance
1430 llvm::StructType *emptyStruct = nullptr; member in __anon0fc3211f0111::CGObjCGNUstep21442 if (emptyStruct == nullptr) { in GetSectionBounds()1443 emptyStruct = llvm::StructType::create(VMContext, ".objc_section_sentinel"); in GetSectionBounds()1444 emptyStruct->setBody({}, /*isPacked*/true); in GetSectionBounds()1446 auto ZeroInit = llvm::Constant::getNullValue(emptyStruct); in GetSectionBounds()1448 auto *Sym = new llvm::GlobalVariable(TheModule, emptyStruct, in GetSectionBounds()