Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DAssemblyAnnotationWriter.h56 virtual void printInfoComment(const Value &, formatted_raw_ostream &) {} in printInfoComment() function
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp99 void printInfoComment(const Value &V, formatted_raw_ostream &OS) override { in printInfoComment() function in __anonf43097bf0111::CommentWriter
/freebsd-14.2/contrib/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.cpp356 void printInfoComment(const Value &V, formatted_raw_ostream &OS) override { in printInfoComment() function in __anon265978f50111::MustExecuteAnnotatedWriter
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp2701 void printInfoComment(const Value &V);
3740 printInfoComment(*GV); in printGlobal()
3778 printInfoComment(*GA); in printAlias()
3812 printInfoComment(*GI); in printIFunc()
4088 void AssemblyWriter::printInfoComment(const Value &V) { in printInfoComment() function in AssemblyWriter
4093 AnnotationWriter->printInfoComment(V, Out); in printInfoComment()
4557 printInfoComment(I); in printInstruction()