Home
last modified time | relevance | path

Searched refs:getAlignmentMaxBytes (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryBasicBlock.h576 uint32_t getAlignmentMaxBytes() const { return AlignmentMaxBytes; } in getAlignmentMaxBytes() function
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp408 BB->getAlignmentMaxBytes()); in emitFunctionBody()