/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | AssemblyAnnotationWriter.h | 56 virtual void printInfoComment(const Value &, formatted_raw_ostream &) {} in printInfoComment() function
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | AssemblyAnnotationWriter.h | 56 virtual void printInfoComment(const Value &, formatted_raw_ostream &) {} in printInfoComment() function
|
/external/llvm/include/llvm/IR/ |
D | AssemblyAnnotationWriter.h | 57 virtual void printInfoComment(const Value &, formatted_raw_ostream &) {} in printInfoComment() function
|
/external/llvm-project/llvm/tools/llvm-dis/ |
D | llvm-dis.cpp | 86 void printInfoComment(const Value &V, formatted_raw_ostream &OS) override { in printInfoComment() function in __anond2c6f5e00111::CommentWriter
|
/external/llvm/tools/llvm-dis/ |
D | llvm-dis.cpp | 84 void printInfoComment(const Value &V, formatted_raw_ostream &OS) override { in printInfoComment() function in __anon123f41320111::CommentWriter
|
/external/llvm-project/llvm/lib/Analysis/ |
D | StackLifetime.cpp | 369 void printInfoComment(const Value &V, formatted_raw_ostream &OS) override { in printInfoComment() function in StackLifetime::LifetimeAnnotationWriter
|
D | MustExecute.cpp | 443 void printInfoComment(const Value &V, formatted_raw_ostream &OS) override { in printInfoComment() function in __anond7bb9b360511::MustExecuteAnnotatedWriter
|
/external/llvm/lib/IR/ |
D | AsmWriter.cpp | 2113 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/ |
D | MustExecute.cpp | 436 void printInfoComment(const Value &V, formatted_raw_ostream &OS) override { in printInfoComment() function in __anon96ead0aa0411::MustExecuteAnnotatedWriter
|
/external/llvm-project/llvm/lib/IR/ |
D | AsmWriter.cpp | 2636 void printInfoComment(const Value &V); 3558 printInfoComment(*GV); in printGlobal() 3603 printInfoComment(*GIS); in printIndirectSymbol() 3874 void AssemblyWriter::printInfoComment(const Value &V) { in printInfoComment() function in AssemblyWriter 3879 AnnotationWriter->printInfoComment(V, Out); in printInfoComment() 4327 printInfoComment(I); in printInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | AsmWriter.cpp | 2447 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()
|