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