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

/external/clang/lib/CodeGen/
H A DCGBlocks.cpp185 struct BlockLayoutChunk { struct in namespace:__anon16092
192 BlockLayoutChunk(CharUnits align, CharUnits size, function in struct:__anon16092::BlockLayoutChunk
211 bool operator<(const BlockLayoutChunk &left, const BlockLayoutChunk &right) {
350 SmallVector<BlockLayoutChunk, 16> layout;
367 layout.push_back(BlockLayoutChunk(tinfo.second, tinfo.first,
389 layout.push_back(BlockLayoutChunk(tinfo.second, tinfo.first,
449 layout.push_back(BlockLayoutChunk(align, size, lifetime, &*ci, llvmType));
488 SmallVectorImpl<BlockLayoutChunk>::iterator
499 SmallVectorImpl<BlockLayoutChunk>
[all...]
H A DCGDebugInfo.cpp2866 struct BlockLayoutChunk { struct in namespace:__anon16103
2870 bool operator<(const BlockLayoutChunk &l, const BlockLayoutChunk &r) {
2918 SmallVector<BlockLayoutChunk, 8> chunks;
2922 BlockLayoutChunk chunk;
2941 BlockLayoutChunk chunk;
2951 for (SmallVectorImpl<BlockLayoutChunk>::iterator

Completed in 92 milliseconds