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 183 struct BlockLayoutChunk {
190 BlockLayoutChunk(CharUnits align, CharUnits size,
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>::iterator first = li
    [all...]
CGDebugInfo.cpp     [all...]

Completed in 76 milliseconds