Lines Matching refs:dump
118 /// dump - dump the final overriders for a base subobject, and all its direct
120 void dump(raw_ostream &Out, BaseSubobject Base,
138 /// dump - dump the final overriders.
139 void dump() {
141 dump(llvm::errs(), BaseSubobject(MostDerivedClass, CharUnits::Zero()),
206 // And dump them (for now).
207 dump();
377 void FinalOverriders::dump(raw_ostream &Out, BaseSubobject Base,
403 dump(Out, BaseSubobject(BaseDecl, BaseOffset), VisitedVirtualBases);
409 // Now dump the overriders for this base subobject.
1053 /// dumpLayout - Dump the vtable layout.
1824 /// dumpLayout - Dump the vtable layout.
1858 // Dump the component.
1895 // If this function pointer has a return adjustment, dump it.
1908 // If this function pointer has a 'this' pointer adjustment, dump it.
1943 // If this destructor has a 'this' pointer adjustment, dump it.
1975 // Dump the next address point.
2071 // If this function pointer has a return pointer adjustment, dump it.
2084 // If this function pointer has a 'this' pointer adjustment, dump it.