Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp796 StructType::OffsetInfo const *layoutInfo, unsigned numMemberDecorations, in StructTypeStorage()
798 : memberTypesAndIsBodySet(memberTypes, false), offsetInfo(layoutInfo), in StructTypeStorage()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBlocks.cpp2800 auto layoutInfo = CGM.getObjCRuntime().BuildByrefLayout(CGM, type); in emitByrefStructureInit() local
2801 storeHeaderField(layoutInfo, getPointerSize(), "byref.layout"); in emitByrefStructureInit()