Lines Matching full:logical
68 // logical record and the size of its content. While writing the content, the
77 /// The remaining size of this logical record, including fill bytes.
85 /// The number of logical records emitted to far.
88 /// The type of the current (logical) record.
111 /// Fill the last physical record of a logical record with zero bytes.
192 // logical record begins. Therefore it is sufficient to check for a new block
196 assert(RemainingSize && "Logical record overflow");
203 "New logical record not on physical record boundary");
270 // The record count is the number of logical records. In principle, this value
284 LLVM_DEBUG(dbgs() << "Wrote " << OS.logicalRecords() << " logical records.");