Home
last modified time | relevance | path

Searched refs:printInfoComment (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/IR/
DAssemblyAnnotationWriter.h57 virtual void printInfoComment(const Value &, formatted_raw_ostream &) {} in printInfoComment() function
/external/llvm/tools/llvm-dis/
Dllvm-dis.cpp78 void printInfoComment(const Value &V, formatted_raw_ostream &OS) override { in printInfoComment() function in __anondafe3c6b0111::CommentWriter
/external/llvm/lib/IR/
DAsmWriter.cpp2059 void printInfoComment(const Value &V);
2435 printInfoComment(*GV); in printGlobal()
2467 printInfoComment(*GA); in printAlias()
2739 void AssemblyWriter::printInfoComment(const Value &V) { in printInfoComment() function in AssemblyWriter
2744 AnnotationWriter->printInfoComment(V, Out); in printInfoComment()
3117 printInfoComment(I); in printInstruction()