Searched refs:BlockLayoutChunk (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGBlocks.cpp | 191 struct BlockLayoutChunk { struct 198 BlockLayoutChunk(CharUnits align, CharUnits size, in BlockLayoutChunk() function 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()
|
D | CGDebugInfo.cpp | 3009 struct BlockLayoutChunk { struct 3013 bool operator<(const BlockLayoutChunk &l, const BlockLayoutChunk &r) { in operator <() 3062 SmallVector<BlockLayoutChunk, 8> chunks; in EmitDeclareOfBlockLiteralArgVariable() 3066 BlockLayoutChunk chunk; in EmitDeclareOfBlockLiteralArgVariable() 3082 BlockLayoutChunk chunk; in EmitDeclareOfBlockLiteralArgVariable() 3092 for (SmallVectorImpl<BlockLayoutChunk>::iterator i = chunks.begin(), in EmitDeclareOfBlockLiteralArgVariable()
|