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