Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBlocks.cpp325 struct BlockLayoutChunk { struct
334 BlockLayoutChunk(CharUnits align, CharUnits size, in BlockLayoutChunk() argument
365 bool operator<(const BlockLayoutChunk &left, const BlockLayoutChunk &right) { in operator <()
369 auto getPrefOrder = [](const BlockLayoutChunk &chunk) { in operator <()
408 SmallVectorImpl<BlockLayoutChunk> &Layout, in addBlockLayout()
412 Layout.push_back(BlockLayoutChunk( in addBlockLayout()
426 Layout.push_back(BlockLayoutChunk(align, size, capture, type, fieldType, in addBlockLayout()
598 SmallVector<BlockLayoutChunk, 16> layout; in computeBlockInfo()
704 SmallVectorImpl<BlockLayoutChunk>::iterator in computeBlockInfo()
715 SmallVectorImpl<BlockLayoutChunk>::iterator first = li; in computeBlockInfo()
[all …]
H A DCGDebugInfo.cpp4809 struct BlockLayoutChunk { struct
4813 bool operator<(const BlockLayoutChunk &l, const BlockLayoutChunk &r) { in operator <()
4883 SmallVector<BlockLayoutChunk, 8> chunks; in EmitDeclareOfBlockLiteralArgVariable()
4887 BlockLayoutChunk chunk; in EmitDeclareOfBlockLiteralArgVariable()
4903 BlockLayoutChunk chunk; in EmitDeclareOfBlockLiteralArgVariable()
4913 for (const BlockLayoutChunk &Chunk : chunks) { in EmitDeclareOfBlockLiteralArgVariable()