HomeSort by relevance Sort by last modified time
    Searched refs:BlockLayoutChunk (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGBlocks.cpp 165 struct BlockLayoutChunk {
171 BlockLayoutChunk(CharUnits align, CharUnits size,
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>::iterator first = li
    [all...]
CGDebugInfo.cpp     [all...]

Completed in 59 milliseconds