Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/Dialect/SPIRV/Transforms/
H A Dlayout-decoration.mlir88 // CHECK: spv.GlobalVariable @emptyStruct : !spv.ptr<!spv.struct<()>, Uniform>
89 spv.GlobalVariable @emptyStruct : !spv.ptr<!spv.struct<()>, Uniform>
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1490 llvm::StructType *emptyStruct = nullptr; member in __anon128dbe400111::CGObjCGNUstep2
1502 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()