Home
last modified time | relevance | path

Searched defs:BlockLayoutChunk (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.cpp191 struct BlockLayoutChunk { struct
192 CharUnits Alignment;
193 CharUnits Size;
194 Qualifiers::ObjCLifetime Lifetime;
195 const BlockDecl::Capture *Capture; // null for 'this'
196 llvm::Type *Type;
198 BlockLayoutChunk(CharUnits align, CharUnits size, in BlockLayoutChunk() function
206 void setIndex(CGBlockInfo &info, unsigned index) { in setIndex()
H A DCGDebugInfo.cpp2996 struct BlockLayoutChunk { struct
2997 uint64_t OffsetInBits;
2998 const BlockDecl::Capture *Capture;