Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGBlocks.cpp191 struct BlockLayoutChunk { struct
198 BlockLayoutChunk(CharUnits align, CharUnits size, in BlockLayoutChunk() argument
219 bool operator<(const BlockLayoutChunk &left, const BlockLayoutChunk &right) { in operator <()
223 auto getPrefOrder = [](const BlockLayoutChunk &chunk) { in operator <()
340 SmallVector<BlockLayoutChunk, 16> layout; in computeBlockInfo()
359 layout.push_back(BlockLayoutChunk(tinfo.second, tinfo.first, in computeBlockInfo()
376 layout.push_back(BlockLayoutChunk(align, CGM.getPointerSize(), in computeBlockInfo()
442 layout.push_back(BlockLayoutChunk(align, size, lifetime, &CI, llvmType)); in computeBlockInfo()
481 SmallVectorImpl<BlockLayoutChunk>::iterator in computeBlockInfo()
492 SmallVectorImpl<BlockLayoutChunk>::iterator first = li; in computeBlockInfo()
[all …]
DCGDebugInfo.cpp3340 struct BlockLayoutChunk { struct
3344 bool operator<(const BlockLayoutChunk &l, const BlockLayoutChunk &r) { in operator <()
3393 SmallVector<BlockLayoutChunk, 8> chunks; in EmitDeclareOfBlockLiteralArgVariable()
3397 BlockLayoutChunk chunk; in EmitDeclareOfBlockLiteralArgVariable()
3413 BlockLayoutChunk chunk; in EmitDeclareOfBlockLiteralArgVariable()
3423 for (SmallVectorImpl<BlockLayoutChunk>::iterator i = chunks.begin(), in EmitDeclareOfBlockLiteralArgVariable()