Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1485 llvm::StructType *emptyStruct = nullptr; member in __anon119c321b0111::CGObjCGNUstep2
1497 if (emptyStruct == nullptr) { in GetSectionBounds()
1498 emptyStruct = llvm::StructType::create(VMContext, ".objc_section_sentinel"); in GetSectionBounds()
1499 emptyStruct->setBody({}, /*isPacked*/true); in GetSectionBounds()
1501 auto ZeroInit = llvm::Constant::getNullValue(emptyStruct); in GetSectionBounds()
1503 auto *Sym = new llvm::GlobalVariable(TheModule, emptyStruct, in GetSectionBounds()