Searched refs:printInfoComment (Results 1 - 5 of 5) 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/lib/IR/
H A DAsmWriter.h111 // printInfoComment - Print a little comment after the instruction indicating
113 void printInfoComment(const Value &V);
H A DAsmWriter.cpp1477 printInfoComment(*GV);
1506 printInfoComment(*GA);
1738 /// printInfoComment - Print a little comment after the instruction indicating
1741 void AssemblyWriter::printInfoComment(const Value &V) { function in class:llvm::AssemblyWriter
1743 AnnotationWriter->printInfoComment(V, Out);
2060 printInfoComment(I);
/external/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp73 void printInfoComment(const Value &V, formatted_raw_ostream &OS) { function in class:__anon21768::CommentWriter
/external/llvm/lib/Transforms/Instrumentation/
H A DDebugIR.cpp71 void printInfoComment(const Value &V, formatted_raw_ostream &Out) { function in class:__anon21615::ValueToLineMap

Completed in 254 milliseconds