Searched refs:getMaxBytesToEmit (Results 1 – 5 of 5) sorted by relevance
193 if (AF.getMaxBytesToEmit() < MinNopLen) in shouldInsertExtraNopBytesForCodeAlign()226 unsigned MaxBytesToEmit = AF.getMaxBytesToEmit(); in shouldInsertFixupForCodeAlign()
145 << " MaxBytesToEmit:" << AF->getMaxBytesToEmit() << ">"; in dump()
303 if (Size > AF.getMaxBytesToEmit()) in computeFragmentSize()
728 DataBytes.size() + Align->getMaxBytesToEmit()); in addData()
319 unsigned getMaxBytesToEmit() const { return MaxBytesToEmit; } in getMaxBytesToEmit() function