Home | History | Annotate | Download | only in VMCore

Lines Matching refs:dump

1922         // note that Operand shouldn't be null, but the test helps make dump()
2105 // Value::dump - allow easy printing of Values from the debugger.
2106 void Value::dump() const { print(dbgs()); dbgs() << '\n'; }
2108 // Type::dump - allow easy printing of Types from the debugger.
2109 void Type::dump() const { print(dbgs()); }
2111 // Module::dump() - Allow printing of Modules from the debugger.
2112 void Module::dump() const { print(dbgs(), 0); }