Searched refs:FlushThreshold (Results 1 – 2 of 2) sorted by relevance
40 const uint64_t FlushThreshold; variable98 if (Out.size() < FlushThreshold) in FlushToFile()113 uint32_t FlushThreshold = 512)114 : Out(O), FS(FS), FlushThreshold(FlushThreshold << 20), CurBit(0), in Out()
90 static cl::opt<uint32_t> FlushThreshold( variable4782 : Buffer(Buffer), Stream(new BitstreamWriter(Buffer, FS, FlushThreshold)) { in BitcodeWriter()