Searched refs:emptyStruct (Results 1 – 1 of 1) sorted by relevance
1501 llvm::StructType *emptyStruct = nullptr; member in __anonaf5ecb460111::CGObjCGNUstep21513 if (emptyStruct == nullptr) { in GetSectionBounds()1514 emptyStruct = llvm::StructType::create(VMContext, ".objc_section_sentinel"); in GetSectionBounds()1515 emptyStruct->setBody({}, /*isPacked*/true); in GetSectionBounds()1517 auto ZeroInit = llvm::Constant::getNullValue(emptyStruct); in GetSectionBounds()1519 auto *Sym = new llvm::GlobalVariable(TheModule, emptyStruct, in GetSectionBounds()