Searched refs:emptyStruct (Results 1 – 1 of 1) sorted by relevance
1487 llvm::StructType *emptyStruct = nullptr; member in __anon90b381c40111::CGObjCGNUstep21499 if (emptyStruct == nullptr) { in GetSectionBounds()1500 emptyStruct = llvm::StructType::create(VMContext, ".objc_section_sentinel"); in GetSectionBounds()1501 emptyStruct->setBody({}, /*isPacked*/true); in GetSectionBounds()1503 auto ZeroInit = llvm::Constant::getNullValue(emptyStruct); in GetSectionBounds()1505 auto *Sym = new llvm::GlobalVariable(TheModule, emptyStruct, in GetSectionBounds()