Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp300 struct BlockLayoutChunk { struct
301 CharUnits Alignment;
302 CharUnits Size;
303 const BlockDecl::Capture *Capture; // null for 'this'
304 llvm::Type *Type;
305 QualType FieldType;
306 BlockCaptureEntityKind CopyKind, DisposeKind;
307 BlockFieldFlags CopyFlags, DisposeFlags;
309 BlockLayoutChunk(CharUnits align, CharUnits size, in BlockLayoutChunk() argument
320 void setIndex(CGBlockInfo &info, unsigned index, CharUnits offset) { in setIndex()
[all …]
H A DCGDebugInfo.cpp5032 struct BlockLayoutChunk { struct
5033 uint64_t OffsetInBits;
5034 const BlockDecl::Capture *Capture;