Searched defs:printInfoComment (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/IR/
H A DAssemblyAnnotationWriter.h55 /// printInfoComment - This may be implemented to emit a comment to the
57 virtual void printInfoComment(const Value &, formatted_raw_ostream &) {} function in class:llvm::AssemblyAnnotationWriter
/external/llvm/lib/IR/
H A DAsmWriter.cpp2057 // printInfoComment - Print a little comment after the instruction indicating
2059 void printInfoComment(const Value &V);
2435 printInfoComment(*GV);
2467 printInfoComment(*GA);
2736 /// printInfoComment - Print a little comment after the instruction indicating
2739 void AssemblyWriter::printInfoComment(const Value &V) { function in class:AssemblyWriter
2744 AnnotationWriter->printInfoComment(V, Out);
3117 printInfoComment(I);

Completed in 73 milliseconds