Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DAssemblyAnnotationWriter.h56 virtual void printInfoComment(const Value &, formatted_raw_ostream &) {} in printInfoComment() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp86 void printInfoComment(const Value &V, formatted_raw_ostream &OS) override { in printInfoComment() function in __anon9e1ad9340111::CommentWriter
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DStackLifetime.cpp369 void printInfoComment(const Value &V, formatted_raw_ostream &OS) override { in printInfoComment() function in StackLifetime::LifetimeAnnotationWriter
H A DMustExecute.cpp444 void printInfoComment(const Value &V, formatted_raw_ostream &OS) override { in printInfoComment() function in __anon0d8be90a0511::MustExecuteAnnotatedWriter
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp3924 void AssemblyWriter::printInfoComment(const Value &V) { in printInfoComment() function in AssemblyWriter