Home | History | Annotate | Download | only in processor

Lines Matching defs:Finish

66 //    minidump.Finish();
84 // - dump.Add(thing) invokes thing->Finish, which tells *thing the
152 // functions call the Finish member function of the object being
153 // added for you; if you are 'Add'ing this section, you needn't Finish it.
154 virtual void Finish(const Label &offset) {
294 element->Finish(file_offset_ + Size());
302 // Finish up the contents of this section, mark it as having been
304 virtual void Finish(const Label &offset) {
305 Stream::Finish(offset);
326 // The following functions call OBJECT->Finish(), and append the
341 void Finish();