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

  /external/llvm/include/llvm/IR/
AssemblyAnnotationWriter.h 56 /// printInfoComment - This may be implemented to emit a comment to the
58 virtual void printInfoComment(const Value &, formatted_raw_ostream &) {}
  /external/llvm/lib/IR/
AsmWriter.h 117 // printInfoComment - Print a little comment after the instruction indicating
119 void printInfoComment(const Value &V);
AsmWriter.cpp     [all...]
  /external/llvm/tools/llvm-dis/
llvm-dis.cpp 74 void printInfoComment(const Value &V, formatted_raw_ostream &OS) override {
  /external/llvm/lib/Transforms/Instrumentation/
DebugIR.cpp 70 void printInfoComment(const Value &V, formatted_raw_ostream &Out) override {

Completed in 96 milliseconds