Home
last modified time | relevance | path

Searched refs:getMaxBytesToEmit (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCFragment.cpp349 << " MaxBytesToEmit:" << AF->getMaxBytesToEmit() << ">"; in dump()
H A DMCAssembler.cpp332 if (Size > AF.getMaxBytesToEmit()) in computeFragmentSize()
H A DWasmObjectWriter.cpp640 DataBytes.size() + Align->getMaxBytesToEmit()); in addData()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCFragment.h324 unsigned getMaxBytesToEmit() const { return MaxBytesToEmit; } in getMaxBytesToEmit() function