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() function
206 void setIndex(CGBlockInfo &info, unsigned index, CharUnits offset) { in setIndex()
DCGDebugInfo.cpp3340 struct BlockLayoutChunk { struct
3341 uint64_t OffsetInBits;
3342 const BlockDecl::Capture *Capture;