Searched refs:emptyStruct (Results 1 – 1 of 1) sorted by relevance
1490 llvm::StructType *emptyStruct = nullptr; member in __anoncf511b5d0111::CGObjCGNUstep21502 if (emptyStruct == nullptr) { in GetSectionBounds()1503 emptyStruct = llvm::StructType::create(VMContext, ".objc_section_sentinel"); in GetSectionBounds()1504 emptyStruct->setBody({}, /*isPacked*/true); in GetSectionBounds()1506 auto ZeroInit = llvm::Constant::getNullValue(emptyStruct); in GetSectionBounds()1508 auto *Sym = new llvm::GlobalVariable(TheModule, emptyStruct, in GetSectionBounds()