Searched refs:BlockAlignment (Results 1 – 2 of 2) sorted by relevance
/llvm-project/bolt/lib/Passes/ |
H A D | Aligner.cpp | 51 BlockAlignment("block-alignment", variable 133 std::min<uint64_t>(opts::BlockAlignment - 1, BlockSize); in alignBlocks() 138 BB->setAlignment(opts::BlockAlignment); in alignBlocks() 154 AlignHistogram.resize(opts::BlockAlignment); in runOnFunctions()
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGBlocks.cpp | 82 CharUnits BlockAlignment, 1697 CharUnits BlockAlignment, in getBlockCaptureStr() 1767 CharUnits Alignment = BlockAlignment.alignmentAtOffset(Cap.getOffset()); in getBlockCaptureStr() 1793 CharUnits BlockAlignment, CaptureStrKind StrKind, CodeGenModule &CGM) { in getCopyDestroyHelperFuncName() 1804 Name += llvm::to_string(BlockAlignment.getQuantity()) + "_"; in pushCaptureCleanup() 1810 Name += getBlockCaptureStr(Cap, StrKind, BlockAlignment, CGM); in pushCaptureCleanup() 1685 getBlockCaptureStr(const CGBlockInfo::Capture & Cap,CaptureStrKind StrKind,CharUnits BlockAlignment,CodeGenModule & CGM) getBlockCaptureStr() argument 1781 getCopyDestroyHelperFuncName(const SmallVectorImpl<CGBlockInfo::Capture> & Captures,CharUnits BlockAlignment,CaptureStrKind StrKind,CodeGenModule & CGM) getCopyDestroyHelperFuncName() argument
|