Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGBlocks.cpp185 struct BlockLayoutChunk { struct
186 CharUnits Alignment;
187 CharUnits Size;
188 Qualifiers::ObjCLifetime Lifetime;
189 const BlockDecl::Capture *Capture; // null for 'this'
190 llvm::Type *Type;
192 BlockLayoutChunk(CharUnits align, CharUnits size, in BlockLayoutChunk() function
200 void setIndex(CGBlockInfo &info, unsigned index) { in setIndex()
DCGDebugInfo.cpp2929 struct BlockLayoutChunk { struct
2930 uint64_t OffsetInBits;
2931 const BlockDecl::Capture *Capture;