Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1430 llvm::StructType *emptyStruct = nullptr; member in __anon0fc3211f0111::CGObjCGNUstep2
1442 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()