Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp339 struct BlockLayoutChunk { struct
340 CharUnits Alignment;
341 CharUnits Size;
342 Qualifiers::ObjCLifetime Lifetime;
343 const BlockDecl::Capture *Capture; // null for 'this'
344 llvm::Type *Type;
345 QualType FieldType;
347 BlockLayoutChunk(CharUnits align, CharUnits size, in BlockLayoutChunk() argument
355 void setIndex(CGBlockInfo &info, unsigned index, CharUnits offset) { in setIndex()
H A DCGDebugInfo.cpp3945 struct BlockLayoutChunk { struct
3946 uint64_t OffsetInBits;
3947 const BlockDecl::Capture *Capture;