Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
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() argument
206 void setIndex(CGBlockInfo &info, unsigned index) { in setIndex()
DCGDebugInfo.cpp3009 struct BlockLayoutChunk { struct
3010 uint64_t OffsetInBits;
3011 const BlockDecl::Capture *Capture;