Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DAssemblyAnnotationWriter.h28 class AssemblyAnnotationWriter {
31 virtual ~AssemblyAnnotationWriter();
DFunction.h462 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW = nullptr) const;
DModule.h648 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW,
DValue.h28 class AssemblyAnnotationWriter; variable
/external/llvm/tools/llvm-dis/
Dllvm-dis.cpp71 class CommentWriter : public AssemblyAnnotationWriter {
191 std::unique_ptr<AssemblyAnnotationWriter> Annotator; in main()
/external/llvm/lib/IR/
DAsmWriter.cpp48 AssemblyAnnotationWriter::~AssemblyAnnotationWriter() {} in ~AssemblyAnnotationWriter()
1942 AssemblyAnnotationWriter *AnnotationWriter;
1950 AssemblyAnnotationWriter *AAW,
1955 AssemblyAnnotationWriter *AAW,
2009 const Module *M, AssemblyAnnotationWriter *AAW, in AssemblyWriter()
2017 AssemblyAnnotationWriter *AAW, in AssemblyWriter()
3059 void Function::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW) const { in print()
3066 void Module::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW, in print()