Searched refs:AssemblyAnnotationWriter (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | AssemblyAnnotationWriter.h | 28 class AssemblyAnnotationWriter { 31 virtual ~AssemblyAnnotationWriter();
|
D | Function.h | 462 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW = nullptr) const;
|
D | Module.h | 648 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW,
|
D | Value.h | 28 class AssemblyAnnotationWriter; variable
|
/external/llvm/tools/llvm-dis/ |
D | llvm-dis.cpp | 71 class CommentWriter : public AssemblyAnnotationWriter { 191 std::unique_ptr<AssemblyAnnotationWriter> Annotator; in main()
|
/external/llvm/lib/IR/ |
D | AsmWriter.cpp | 48 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()
|