Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp309 struct BlockLayoutChunk { struct
318 BlockLayoutChunk(CharUnits align, CharUnits size, in BlockLayoutChunk() function
349 bool operator<(const BlockLayoutChunk &left, const BlockLayoutChunk &right) { in operator <()
353 auto getPrefOrder = [](const BlockLayoutChunk &chunk) { in operator <()
392 SmallVectorImpl<BlockLayoutChunk> &Layout, in addBlockLayout()
396 Layout.push_back(BlockLayoutChunk( in addBlockLayout()
410 Layout.push_back(BlockLayoutChunk(align, size, capture, type, fieldType, in addBlockLayout()
580 SmallVector<BlockLayoutChunk, 16> layout; in computeBlockInfo()
686 SmallVectorImpl<BlockLayoutChunk>::iterator in computeBlockInfo()
697 SmallVectorImpl<BlockLayoutChunk>::iterator first = li; in computeBlockInfo()
[all …]
H A DCGDebugInfo.cpp5167 struct BlockLayoutChunk { struct
5171 bool operator<(const BlockLayoutChunk &l, const BlockLayoutChunk &r) { in operator <()
5241 SmallVector<BlockLayoutChunk, 8> chunks; in EmitDeclareOfBlockLiteralArgVariable()
5245 BlockLayoutChunk chunk; in EmitDeclareOfBlockLiteralArgVariable()
5261 BlockLayoutChunk chunk; in EmitDeclareOfBlockLiteralArgVariable()
5271 for (const BlockLayoutChunk &Chunk : chunks) { in EmitDeclareOfBlockLiteralArgVariable()