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 191 struct BlockLayoutChunk {
198 BlockLayoutChunk(CharUnits align, CharUnits size,
219 bool operator<(const BlockLayoutChunk &left, const BlockLayoutChunk &right) {
223 auto getPrefOrder = [](const BlockLayoutChunk &chunk) {
335 SmallVector<BlockLayoutChunk, 16> layout;
354 layout.push_back(BlockLayoutChunk(tinfo.second, tinfo.first,
371 layout.push_back(BlockLayoutChunk(align, CGM.getPointerSize(),
437 layout.push_back(BlockLayoutChunk(align, size, lifetime, &CI, llvmType));
476 SmallVectorImpl<BlockLayoutChunk>::iterato
    [all...]
CGDebugInfo.cpp     [all...]

Completed in 47 milliseconds