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