HomeSort by: relevance | last modified time | path
    Searched refs:FlushThreshold (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Bitstream/
BitstreamWriter.h 37 /// FlushThreshold - If FS is valid, this is the threshold (unit B) to flush
39 const uint64_t FlushThreshold;
103 if (Out.size() < FlushThreshold)
115 /// \p FlushThreshold is the threshold (unit M) to flush \p O if \p FS is
118 uint32_t FlushThreshold = 512)
119 : Out(O), FS(FS), FlushThreshold(FlushThreshold << 20), CurBit(0),
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 89 static cl::opt<uint32_t> FlushThreshold(
4530 : Buffer(Buffer), Stream(new BitstreamWriter(Buffer, FS, FlushThreshold)) {

Completed in 22 milliseconds