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

Completed in 1051 milliseconds