Lines Matching defs:dump
2002 // note that Operand shouldn't be null, but the test helps make dump()
2208 // Value::dump - allow easy printing of Values from the debugger.
2209 void Value::dump() const { print(dbgs()); dbgs() << '\n'; }
2211 // Type::dump - allow easy printing of Types from the debugger.
2212 void Type::dump() const { print(dbgs()); }
2214 // Module::dump() - Allow printing of Modules from the debugger.
2215 void Module::dump() const { print(dbgs(), 0); }
2217 // NamedMDNode::dump() - Allow printing of NamedMDNodes from the debugger.
2218 void NamedMDNode::dump() const { print(dbgs(), 0); }