Searched refs:getMaxBytesToEmit (Results 1 – 5 of 5) sorted by relevance
83 << " MaxBytesToEmit:" << AF->getMaxBytesToEmit(); in dump()
248 if (Size > AF.getMaxBytesToEmit()) in computeFragmentSize()
706 DataBytes.size() + Align->getMaxBytesToEmit()); in addData()
192 if (AF.getMaxBytesToEmit() < MinNopLen) in shouldInsertExtraNopBytesForCodeAlign()223 unsigned MaxBytesToEmit = AF.getMaxBytesToEmit(); in shouldInsertFixupForCodeAlign()
503 unsigned getMaxBytesToEmit() const { return MaxBytesToEmit; } in getMaxBytesToEmit() function