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

/external/llvm/include/llvm/Assembly/
H A DAssemblyAnnotationWriter.h56 /// printInfoComment - This may be implemented to emit a comment to the
58 virtual void printInfoComment(const Value &, formatted_raw_ostream &) {} function in class:llvm::AssemblyAnnotationWriter
/external/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp73 void printInfoComment(const Value &V, formatted_raw_ostream &OS) { function in class:__anon9210::CommentWriter
/external/llvm/lib/VMCore/
H A DAsmWriter.cpp1179 // printInfoComment - Print a little comment after the instruction indicating
1181 void printInfoComment(const Value &V);
1441 printInfoComment(*GV);
1471 printInfoComment(*GA);
1690 /// printInfoComment - Print a little comment after the instruction indicating
1693 void AssemblyWriter::printInfoComment(const Value &V) { function in class:AssemblyWriter
1695 AnnotationWriter->printInfoComment(V, Out);
2036 printInfoComment(I);

Completed in 718 milliseconds