Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DAssemblyAnnotationWriter.h28 class AssemblyAnnotationWriter {
30 virtual ~AssemblyAnnotationWriter();
DModule.h594 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW,
DValue.h27 class AssemblyAnnotationWriter; variable
/external/llvm/tools/llvm-dis/
Dllvm-dis.cpp71 class CommentWriter : public AssemblyAnnotationWriter {
190 std::unique_ptr<AssemblyAnnotationWriter> Annotator; in main()
/external/llvm/lib/IR/
DAsmWriter.cpp51 AssemblyAnnotationWriter::~AssemblyAnnotationWriter() {} in ~AssemblyAnnotationWriter()
2008 AssemblyAnnotationWriter *AnnotationWriter;
2018 AssemblyAnnotationWriter *AAW, bool IsForDebug,
2068 const Module *M, AssemblyAnnotationWriter *AAW, in AssemblyWriter()
3221 void Module::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW, in print()