Home | History | Annotate | Download | only in VMCore

Lines Matching refs:dump

64 /// dump - Dump GCOVFile content on standard out for debugging purposes.
65 void GCOVFile::dump() {
68 (*I)->dump();
153 /// dump - Dump GCOVFunction content on standard out for debugging purposes.
154 void GCOVFunction::dump() {
158 (*I)->dump();
193 /// dump - Dump GCOVBlock content on standard out for debugging purposes.
194 void GCOVBlock::dump() {
208 LI->second->dump();
226 /// dump - Dump GCOVLines content on standard out for debugging purposes.
227 void GCOVLines::dump() {