HomeSort by relevance Sort by last modified time
    Searched refs:AssemblyAnnotationWriter (Results 1 - 8 of 8) sorted by null

  /external/llvm/include/llvm/IR/
AssemblyAnnotationWriter.h 1 //===-- AssemblyAnnotationWriter.h - Annotation .ll files -------*- C++ -*-===//
28 class AssemblyAnnotationWriter {
31 virtual ~AssemblyAnnotationWriter();
Value.h 28 class AssemblyAnnotationWriter;
Module.h 601 /// AssemblyAnnotationWriter.
602 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW) const;
  /external/llvm/lib/IR/
AsmWriter.h 74 AssemblyAnnotationWriter *AnnotationWriter;
80 const Module *M, AssemblyAnnotationWriter *AAW);
84 AssemblyAnnotationWriter *AAW);
AsmWriter.cpp 22 #include "llvm/IR/AssemblyAnnotationWriter.h"
46 AssemblyAnnotationWriter::~AssemblyAnnotationWriter() {}
    [all...]
  /external/llvm/tools/llvm-dis/
llvm-dis.cpp 21 #include "llvm/IR/AssemblyAnnotationWriter.h"
67 class CommentWriter : public AssemblyAnnotationWriter {
182 std::unique_ptr<AssemblyAnnotationWriter> Annotator;
  /frameworks/compile/libbcc/bcinfo/tools/
main.cpp 23 #include <llvm/IR/AssemblyAnnotationWriter.h>
340 std::unique_ptr<llvm::AssemblyAnnotationWriter> ann;
  /external/llvm/lib/Transforms/Instrumentation/
DebugIR.cpp 21 #include "llvm/IR/AssemblyAnnotationWriter.h"
49 /// masquerading as an AssemblyAnnotationWriter.
50 class ValueToLineMap : public AssemblyAnnotationWriter {

Completed in 133 milliseconds