Searched refs:AssemblyAnnotationWriter (Results 1 – 7 of 7) sorted by relevance
28 class AssemblyAnnotationWriter {31 virtual ~AssemblyAnnotationWriter();
66 class CommentWriter : public AssemblyAnnotationWriter {179 OwningPtr<AssemblyAnnotationWriter> Annotator; in main()
36 class AssemblyAnnotationWriter; variable102 void print(raw_ostream &O, AssemblyAnnotationWriter *AAW = 0) const;
234 void print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW = 0) const;
566 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW) const;
46 AssemblyAnnotationWriter::~AssemblyAnnotationWriter() {} in ~AssemblyAnnotationWriter()1235 AssemblyAnnotationWriter *AnnotationWriter;1240 AssemblyAnnotationWriter *AAW) in AssemblyWriter()2147 void Module::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW) const { in print()2154 void NamedMDNode::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW) const { in print()2177 void Value::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW) const { in print()
77 class ProfileAnnotator : public AssemblyAnnotationWriter {