Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DAssemblyAnnotationWriter.h57 virtual void printInfoComment(const Value &, formatted_raw_ostream &) {} in printInfoComment() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAssemblyAnnotationWriter.h56 virtual void printInfoComment(const Value &, formatted_raw_ostream &) {} in printInfoComment() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DAssemblyAnnotationWriter.h56 virtual void printInfoComment(const Value &, formatted_raw_ostream &) {} in printInfoComment() function
/external/llvm/tools/llvm-dis/
Dllvm-dis.cpp84 void printInfoComment(const Value &V, formatted_raw_ostream &OS) override { in printInfoComment() function in __anon982156e10111::CommentWriter
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DStackLifetime.cpp378 void printInfoComment(const Value &V, formatted_raw_ostream &OS) override { in printInfoComment() function in StackLifetime::LifetimeAnnotationWriter
DMustExecute.cpp451 void printInfoComment(const Value &V, formatted_raw_ostream &OS) override { in printInfoComment() function in __anon67d962ff0511::MustExecuteAnnotatedWriter
/external/llvm/lib/IR/
DAsmWriter.cpp2113 void printInfoComment(const Value &V);
2499 printInfoComment(*GV); in printGlobal()
2537 printInfoComment(*GIS); in printIndirectSymbol()
2812 void AssemblyWriter::printInfoComment(const Value &V) { in printInfoComment() function in AssemblyWriter
2817 AnnotationWriter->printInfoComment(V, Out); in printInfoComment()
3192 printInfoComment(I); in printInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMustExecute.cpp436 void printInfoComment(const Value &V, formatted_raw_ostream &OS) override { in printInfoComment() function in __anon4a9237f90411::MustExecuteAnnotatedWriter
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DAsmWriter.cpp2641 void printInfoComment(const Value &V);
3661 printInfoComment(*GV); in printGlobal()
3699 printInfoComment(*GA); in printAlias()
3733 printInfoComment(*GI); in printIFunc()
4004 void AssemblyWriter::printInfoComment(const Value &V) { in printInfoComment() function in AssemblyWriter
4009 AnnotationWriter->printInfoComment(V, Out); in printInfoComment()
4466 printInfoComment(I); in printInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAsmWriter.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()