Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/IR/
HDAssemblyAnnotationWriter.h28 class AssemblyAnnotationWriter {
31 virtual ~AssemblyAnnotationWriter();
HDFunction.h518 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW = nullptr) const;
HDModule.h648 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW,
HDValue.h28 class AssemblyAnnotationWriter; variable
/NextBSD/contrib/llvm/tools/llvm-dis/
HDllvm-dis.cpp71 class CommentWriter : public AssemblyAnnotationWriter {
190 std::unique_ptr<AssemblyAnnotationWriter> Annotator; in main()
/NextBSD/contrib/llvm/lib/IR/
HDAsmWriter.cpp50 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()