Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp339 struct BlockLayoutChunk { struct
347 BlockLayoutChunk(CharUnits align, CharUnits size, in BlockLayoutChunk() argument
368 bool operator<(const BlockLayoutChunk &left, const BlockLayoutChunk &right) { in operator <()
372 auto getPrefOrder = [](const BlockLayoutChunk &chunk) { in operator <()
544 SmallVector<BlockLayoutChunk, 16> layout; in computeBlockInfo()
563 layout.push_back(BlockLayoutChunk(tinfo.second, tinfo.first, in computeBlockInfo()
584 layout.push_back(BlockLayoutChunk(align, CGM.getPointerSize(), in computeBlockInfo()
660 BlockLayoutChunk(align, size, lifetime, &CI, llvmType, VT)); in computeBlockInfo()
699 SmallVectorImpl<BlockLayoutChunk>::iterator in computeBlockInfo()
710 SmallVectorImpl<BlockLayoutChunk>::iterator first = li; in computeBlockInfo()
[all …]
H A DCGDebugInfo.cpp3945 struct BlockLayoutChunk { struct
3949 bool operator<(const BlockLayoutChunk &l, const BlockLayoutChunk &r) { in operator <()
4019 SmallVector<BlockLayoutChunk, 8> chunks; in EmitDeclareOfBlockLiteralArgVariable()
4023 BlockLayoutChunk chunk; in EmitDeclareOfBlockLiteralArgVariable()
4039 BlockLayoutChunk chunk; in EmitDeclareOfBlockLiteralArgVariable()
4049 for (const BlockLayoutChunk &Chunk : chunks) { in EmitDeclareOfBlockLiteralArgVariable()