Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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() function
356 void setIndex(CGBlockInfo &info, unsigned index, CharUnits offset) { in setIndex()
H A DCGDebugInfo.cpp4526 struct BlockLayoutChunk { struct
4527 uint64_t OffsetInBits;
4528 const BlockDecl::Capture *Capture;