Home
last modified time | relevance | path

Searched refs:AssemblyAnnotationWriter (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/Assembly/
DAssemblyAnnotationWriter.h28 class AssemblyAnnotationWriter {
31 virtual ~AssemblyAnnotationWriter();
/external/llvm/tools/llvm-dis/
Dllvm-dis.cpp66 class CommentWriter : public AssemblyAnnotationWriter {
179 OwningPtr<AssemblyAnnotationWriter> Annotator; in main()
/external/llvm/include/llvm/IR/
DValue.h36 class AssemblyAnnotationWriter; variable
102 void print(raw_ostream &O, AssemblyAnnotationWriter *AAW = 0) const;
DMetadata.h234 void print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW = 0) const;
DModule.h566 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW) const;
/external/llvm/lib/IR/
DAsmWriter.cpp46 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()
/external/llvm/tools/llvm-prof/
Dllvm-prof.cpp77 class ProfileAnnotator : public AssemblyAnnotationWriter {