diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/Metadata.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/Metadata.h b/include/llvm/Metadata.h index 887e33c..59b4b26 100644 --- a/include/llvm/Metadata.h +++ b/include/llvm/Metadata.h @@ -225,6 +225,9 @@ public: /// print - Implement operator<< on NamedMDNode. void print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW = 0) const; + + /// dump() - Allow printing of NamedMDNodes from the debugger. + void dump() const; }; } // end llvm namespace |