Searched defs:BlockLayoutChunk (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGBlocks.cpp183 struct BlockLayoutChunk { struct in namespace:__anon3701
190 BlockLayoutChunk(CharUnits align, CharUnits size, function in struct:__anon3701::BlockLayoutChunk
209 bool operator<(const BlockLayoutChunk &left, const BlockLayoutChunk &right) {
348 SmallVector<BlockLayoutChunk, 16> layout;
370 layout.push_back(BlockLayoutChunk(tinfo.second, tinfo.first,
392 layout.push_back(BlockLayoutChunk(tinfo.second, tinfo.first,
452 layout.push_back(BlockLayoutChunk(align, size, lifetime, &*ci, llvmType));
491 SmallVectorImpl<BlockLayoutChunk>::iterator
502 SmallVectorImpl<BlockLayoutChunk>
[all...]
H A DCGDebugInfo.cpp2673 struct BlockLayoutChunk { struct in namespace:__anon3712
2677 bool operator<(const BlockLayoutChunk &l, const BlockLayoutChunk &r) {
2725 SmallVector<BlockLayoutChunk, 8> chunks;
2729 BlockLayoutChunk chunk;
2748 BlockLayoutChunk chunk;
2758 for (SmallVectorImpl<BlockLayoutChunk>::iterator

Completed in 76 milliseconds