Home | History | Annotate | Download | only in Frontend

Lines Matching defs:Off

169   Offset off;
173 Offset getOffset() const { assert(valid); return off; }
174 void setOffset(Offset o) { off = o; valid = true; }
475 static void pwrite32le(raw_pwrite_stream &OS, uint32_t Val, uint64_t &Off) {
477 OS.pwrite(reinterpret_cast<const char *>(&LEVal), 4, Off);
478 Off += 4;
533 uint64_t Off = PrologueOffset;
534 pwrite32le(Out, IdTableOff.first, Off);
535 pwrite32le(Out, IdTableOff.second, Off);
536 pwrite32le(Out, FileTableOff, Off);
537 pwrite32le(Out, SpellingOff, Off);