Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGBlocks.cpp325 struct BlockLayoutChunk { struct
326 CharUnits Alignment;
327 CharUnits Size;
328 const BlockDecl::Capture *Capture; // null for 'this'
329 llvm::Type *Type;
330 QualType FieldType;
331 BlockCaptureEntityKind CopyKind, DisposeKind;
332 BlockFieldFlags CopyFlags, DisposeFlags;
334 BlockLayoutChunk(CharUnits align, CharUnits size, in BlockLayoutChunk() function
345 void setIndex(CGBlockInfo &info, unsigned index, CharUnits offset) { in setIndex()
[all …]
H A DCGDebugInfo.cpp4843 struct BlockLayoutChunk { struct
4844 uint64_t OffsetInBits;
4845 const BlockDecl::Capture *Capture;