Searched refs:BlockLayoutChunk (Results 1 – 2 of 2) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/ |
| D | CGBlocks.cpp | 185 struct BlockLayoutChunk { struct 192 BlockLayoutChunk(CharUnits align, CharUnits size, in BlockLayoutChunk() argument 211 bool operator<(const BlockLayoutChunk &left, const BlockLayoutChunk &right) { in operator <() 350 SmallVector<BlockLayoutChunk, 16> layout; in computeBlockInfo() 367 layout.push_back(BlockLayoutChunk(tinfo.second, tinfo.first, in computeBlockInfo() 389 layout.push_back(BlockLayoutChunk(tinfo.second, tinfo.first, in computeBlockInfo() 449 layout.push_back(BlockLayoutChunk(align, size, lifetime, &*ci, llvmType)); in computeBlockInfo() 488 SmallVectorImpl<BlockLayoutChunk>::iterator in computeBlockInfo() 499 SmallVectorImpl<BlockLayoutChunk>::iterator first = li; in computeBlockInfo() 542 for (SmallVectorImpl<BlockLayoutChunk>::iterator in computeBlockInfo()
|
| D | CGDebugInfo.cpp | 2926 struct BlockLayoutChunk { struct 2930 bool operator<(const BlockLayoutChunk &l, const BlockLayoutChunk &r) { in operator <() 2978 SmallVector<BlockLayoutChunk, 8> chunks; in EmitDeclareOfBlockLiteralArgVariable() 2982 BlockLayoutChunk chunk; in EmitDeclareOfBlockLiteralArgVariable() 3001 BlockLayoutChunk chunk; in EmitDeclareOfBlockLiteralArgVariable() 3011 for (SmallVectorImpl<BlockLayoutChunk>::iterator in EmitDeclareOfBlockLiteralArgVariable()
|