Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/IR/
H A DAssemblyAnnotationWriter.h56 virtual void printInfoComment(const Value &, formatted_raw_ostream &) {} in printInfoComment() function
/llvm-project/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp119 void printInfoComment(const Value &V, formatted_raw_ostream &OS) override { in printInfoComment()
103 void printInfoComment(const Value &V, formatted_raw_ostream &OS) override { printInfoComment() function in __anon1725361c0111::CommentWriter
/llvm-project/llvm/lib/Analysis/
H A DStackLifetime.cpp378 void printInfoComment(const Value &V, formatted_raw_ostream &OS) override { in printInfoComment() function in StackLifetime::LifetimeAnnotationWriter
H A DMustExecute.cpp364 void printInfoComment(const Value &V, formatted_raw_ostream &OS) override { in printInfoComment()
356 void printInfoComment(const Value &V, formatted_raw_ostream &OS) override { printInfoComment() function in __anona7e1e2f20111::MustExecuteAnnotatedWriter
/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp2829 // printInfoComment - Print a little comment after the instruction indicating in writeOperand()
2831 void printInfoComment(const Value &V); in writeSyncScope()
3882 printInfoComment(*GV); in printAlias()
3920 printInfoComment(*GA); in printComdat()
3954 printInfoComment(*GI); in printFunction()
4225 /// printInfoComment - Print a little comment after the instruction indicating in printInstruction()
4227 void AssemblyWriter::printInfoComment(const Value &V) { in printInstruction()
4232 AnnotationWriter->printInfoComment(V, Out); in printInstruction()
4690 printInfoComment(I); in printDbgVariableRecord()
4187 void AssemblyWriter::printInfoComment(const Value &V) { printInfoComment() function in AssemblyWriter