Searched refs:BlockLayoutChunk (Results 1 – 2 of 2) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 191 struct BlockLayoutChunk { struct 198 BlockLayoutChunk(CharUnits align, CharUnits size, in BlockLayoutChunk() argument 217 bool operator<(const BlockLayoutChunk &left, const BlockLayoutChunk &right) { in operator <() 356 SmallVector<BlockLayoutChunk, 16> layout; in computeBlockInfo() 373 layout.push_back(BlockLayoutChunk(tinfo.second, tinfo.first, in computeBlockInfo() 394 layout.push_back(BlockLayoutChunk(tinfo.second, tinfo.first, in computeBlockInfo() 453 layout.push_back(BlockLayoutChunk(align, size, lifetime, &CI, llvmType)); in computeBlockInfo() 492 SmallVectorImpl<BlockLayoutChunk>::iterator in computeBlockInfo() 503 SmallVectorImpl<BlockLayoutChunk>::iterator first = li; in computeBlockInfo() 546 for (SmallVectorImpl<BlockLayoutChunk>::iterator in computeBlockInfo()
|
| H A D | CGDebugInfo.cpp | 2996 struct BlockLayoutChunk { struct 3000 bool operator<(const BlockLayoutChunk &l, const BlockLayoutChunk &r) { in operator <() 3049 SmallVector<BlockLayoutChunk, 8> chunks; in EmitDeclareOfBlockLiteralArgVariable() 3053 BlockLayoutChunk chunk; in EmitDeclareOfBlockLiteralArgVariable() 3069 BlockLayoutChunk chunk; in EmitDeclareOfBlockLiteralArgVariable() 3079 for (SmallVectorImpl<BlockLayoutChunk>::iterator i = chunks.begin(), in EmitDeclareOfBlockLiteralArgVariable()
|