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

/external/clang/lib/CodeGen/
H A DCGBlocks.cpp165 struct BlockLayoutChunk { struct in namespace:__anon3119
171 BlockLayoutChunk(CharUnits align, CharUnits size, function in struct:__anon3119::BlockLayoutChunk
187 bool operator<(const BlockLayoutChunk &left, const BlockLayoutChunk &right) {
298 SmallVector<BlockLayoutChunk, 16> layout;
320 layout.push_back(BlockLayoutChunk(tinfo.second, tinfo.first, 0, llvmType));
340 layout.push_back(BlockLayoutChunk(tinfo.second, tinfo.first,
396 layout.push_back(BlockLayoutChunk(align, size, &*ci, llvmType));
431 SmallVectorImpl<BlockLayoutChunk>::iterator
442 SmallVectorImpl<BlockLayoutChunk>
[all...]
H A DCGDebugInfo.cpp2394 struct BlockLayoutChunk { struct in namespace:__anon3130
2398 bool operator<(const BlockLayoutChunk &l, const BlockLayoutChunk &r) {
2444 SmallVector<BlockLayoutChunk, 8> chunks;
2448 BlockLayoutChunk chunk;
2467 BlockLayoutChunk chunk;
2477 for (SmallVectorImpl<BlockLayoutChunk>::iterator

Completed in 53 milliseconds