Searched defs:printInfoComment (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ | ||
H A D | AssemblyAnnotationWriter.h | 56 virtual void printInfoComment(const Value &, formatted_raw_ostream &) {} in printInfoComment() function |
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-dis/ | ||
H A D | llvm-dis.cpp | 99 void printInfoComment(const Value &V, formatted_raw_ostream &OS) override { printInfoComment() function in __anon624e095b0111::CommentWriter |
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ | ||
H A D | StackLifetime.cpp | 378 void printInfoComment(const Value &V, formatted_raw_ostream &OS) override { in printInfoComment() function in StackLifetime::LifetimeAnnotationWriter |
H A D | MustExecute.cpp | 356 void printInfoComment(const Value &V, formatted_raw_ostream &OS) override { in printInfoComment() function in __anon58251e110111::MustExecuteAnnotatedWriter |
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ | ||
H A D | AsmWriter.cpp | 4088 void AssemblyWriter::printInfoComment(const Value &V) { printInfoComment() function in AssemblyWriter |