Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp309 struct BlockLayoutChunk { struct
310 CharUnits Alignment;
311 CharUnits Size;
312 const BlockDecl::Capture *Capture; // null for 'this'
313 llvm::Type *Type;
314 QualType FieldType;
315 BlockCaptureEntityKind CopyKind, DisposeKind;
316 BlockFieldFlags CopyFlags, DisposeFlags;
318 BlockLayoutChunk(CharUnits align, CharUnits size, in BlockLayoutChunk() function
329 void setIndex(CGBlockInfo &info, unsigned index, CharUnits offset) { in setIndex()
[all …]
H A DCGDebugInfo.cpp5167 struct BlockLayoutChunk { struct
5168 uint64_t OffsetInBits;
5169 const BlockDecl::Capture *Capture;