Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DAssemblyAnnotationWriter.h58 virtual void printInfoComment(const Value &, formatted_raw_ostream &) {} in printInfoComment() function
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp76 void printInfoComment(const Value &V, formatted_raw_ostream &OS) override { in printInfoComment() function in __anon78b5f89c0111::CommentWriter
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp2079 void AssemblyWriter::printInfoComment(const Value &V) { in printInfoComment() function in llvm::AssemblyWriter