Searched refs:BlockHeaderForcedGapSize (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBlocks.h221 CharUnits BlockHeaderForcedGapSize; member in class:clang::CodeGen::CGBlockInfo
H A DCGBlocks.cpp467 info.BlockHeaderForcedGapSize = CharUnits::Zero();
513 info.BlockHeaderForcedGapSize = li->Size;
H A DCGObjCMac.cpp2484 if (blockInfo.BlockHeaderForcedGapSize != CharUnits::Zero())
2487 blockInfo.BlockHeaderForcedGapSize);

Completed in 97 milliseconds