Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1487 llvm::StructType *emptyStruct = nullptr; member in __anon90b381c40111::CGObjCGNUstep2
1499 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()