Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDAssemblyAnnotationWriter.h56 virtual void printInfoComment(const Value &, formatted_raw_ostream &) {} in printInfoComment() function
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-dis/
HDllvm-dis.cpp86 void printInfoComment(const Value &V, formatted_raw_ostream &OS) override { in printInfoComment() function in __anondef0fa400111::CommentWriter
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDMustExecute.cpp436 void printInfoComment(const Value &V, formatted_raw_ostream &OS) override { in printInfoComment() function in __anon69262b960411::MustExecuteAnnotatedWriter
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDAsmWriter.cpp2447 void printInfoComment(const Value &V);
3325 printInfoComment(*GV); in printGlobal()
3370 printInfoComment(*GIS); in printIndirectSymbol()
3641 void AssemblyWriter::printInfoComment(const Value &V) { in printInfoComment() function in AssemblyWriter
3646 AnnotationWriter->printInfoComment(V, Out); in printInfoComment()
4092 printInfoComment(I); in printInstruction()