Searched refs:AssemblyAnnotationWriter (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/llvm/include/llvm/IR/ |
| HD | AssemblyAnnotationWriter.h | 28 class AssemblyAnnotationWriter { 31 virtual ~AssemblyAnnotationWriter();
|
| HD | Function.h | 518 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW = nullptr) const;
|
| HD | Module.h | 648 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW,
|
| HD | Value.h | 28 class AssemblyAnnotationWriter; variable
|
| /NextBSD/contrib/llvm/tools/llvm-dis/ |
| HD | llvm-dis.cpp | 71 class CommentWriter : public AssemblyAnnotationWriter { 190 std::unique_ptr<AssemblyAnnotationWriter> Annotator; in main()
|
| /NextBSD/contrib/llvm/lib/IR/ |
| HD | AsmWriter.cpp | 50 AssemblyAnnotationWriter::~AssemblyAnnotationWriter() {} in ~AssemblyAnnotationWriter() 1999 AssemblyAnnotationWriter *AnnotationWriter; 2008 AssemblyAnnotationWriter *AAW, 2013 AssemblyAnnotationWriter *AAW, 2076 const Module *M, AssemblyAnnotationWriter *AAW, in AssemblyWriter() 2084 AssemblyAnnotationWriter *AAW, in AssemblyWriter() 3141 void Function::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW) const { in print() 3148 void Module::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW, in print()
|