Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.cpp340 struct BlockLayoutChunk { struct
341 CharUnits Alignment;
342 CharUnits Size;
343 Qualifiers::ObjCLifetime Lifetime;
344 const BlockDecl::Capture *Capture; // null for 'this'
345 llvm::Type *Type;
346 QualType FieldType;
348 BlockLayoutChunk(CharUnits align, CharUnits size, in BlockLayoutChunk() argument
356 void setIndex(CGBlockInfo &info, unsigned index, CharUnits offset) { in setIndex()
H A DCGDebugInfo.cpp4548 struct BlockLayoutChunk { struct
4549 uint64_t OffsetInBits;
4550 const BlockDecl::Capture *Capture;