Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DAssemblyAnnotationWriter.h56 virtual void printInfoComment(const Value &, formatted_raw_ostream &) {} in printInfoComment() function
/llvm-project-15.0.7/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp99 void printInfoComment(const Value &V, formatted_raw_ostream &OS) override { in printInfoComment() function in __anonbd3de9f90111::CommentWriter
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DStackLifetime.cpp362 void printInfoComment(const Value &V, formatted_raw_ostream &OS) override { in printInfoComment() function in StackLifetime::LifetimeAnnotationWriter
H A DMustExecute.cpp441 void printInfoComment(const Value &V, formatted_raw_ostream &OS) override { in printInfoComment() function in __anon1111126f0511::MustExecuteAnnotatedWriter
/llvm-project-15.0.7/llvm/lib/IR/
H A DAsmWriter.cpp2616 void printInfoComment(const Value &V);
3559 printInfoComment(*GV); in printGlobal()
3597 printInfoComment(*GA); in printAlias()
3631 printInfoComment(*GI); in printIFunc()
3902 void AssemblyWriter::printInfoComment(const Value &V) { in printInfoComment() function in AssemblyWriter
3907 AnnotationWriter->printInfoComment(V, Out); in printInfoComment()
4357 printInfoComment(I); in printInstruction()