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-7.0/llvm/include/llvm/IR/
DAssemblyAnnotationWriter.h57 virtual void printInfoComment(const Value &, formatted_raw_ostream &) {} in printInfoComment() function
/external/swiftshader/third_party/LLVM/include/llvm/Assembly/
DAssemblyAnnotationWriter.h58 virtual void printInfoComment(const Value &V, formatted_raw_ostream &OS) {} in printInfoComment() function
/external/swiftshader/third_party/LLVM/tools/llvm-dis/
Dllvm-dis.cpp72 void printInfoComment(const Value &V, formatted_raw_ostream &OS) { in printInfoComment() function in __anoncb4840800111::CommentWriter
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dis/
Dllvm-dis.cpp87 void printInfoComment(const Value &V, formatted_raw_ostream &OS) override { in printInfoComment() function in __anon7e43c62c0111::CommentWriter
/external/llvm/tools/llvm-dis/
Dllvm-dis.cpp84 void printInfoComment(const Value &V, formatted_raw_ostream &OS) override { in printInfoComment() function in __anonfd9df9d40111::CommentWriter
/external/swiftshader/third_party/LLVM/lib/VMCore/
DAsmWriter.cpp1143 void printInfoComment(const Value &V);
1384 printInfoComment(*GV); in printGlobal()
1414 printInfoComment(*GA); in printAlias()
1636 void AssemblyWriter::printInfoComment(const Value &V) { in printInfoComment() function in AssemblyWriter
1638 AnnotationWriter->printInfoComment(V, Out); in printInfoComment()
1980 printInfoComment(I); in printInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMustExecute.cpp238 void printInfoComment(const Value &V, formatted_raw_ostream &OS) override { in printInfoComment() function in __anonf2d275020211::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-7.0/llvm/lib/IR/
DAsmWriter.cpp2371 void printInfoComment(const Value &V);
3192 printInfoComment(*GV); in printGlobal()
3231 printInfoComment(*GIS); in printIndirectSymbol()
3486 void AssemblyWriter::printInfoComment(const Value &V) { in printInfoComment() function in AssemblyWriter
3491 AnnotationWriter->printInfoComment(V, Out); in printInfoComment()
3869 printInfoComment(I); in printInstruction()