Searched refs:BlockLayoutChunk (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 339 struct BlockLayoutChunk { struct 347 BlockLayoutChunk(CharUnits align, CharUnits size, in BlockLayoutChunk() function 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 D | CGDebugInfo.cpp | 3945 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()
|