Searched refs:AssemblyAnnotationWriter (Results 1 – 14 of 14) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | AssemblyAnnotationWriter.h | 28 class AssemblyAnnotationWriter { 30 virtual ~AssemblyAnnotationWriter();
|
D | Function.h | 578 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW = nullptr,
|
D | Module.h | 767 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW,
|
D | Value.h | 26 class AssemblyAnnotationWriter; variable
|
/external/swiftshader/third_party/LLVM/include/llvm/Assembly/ |
D | AssemblyAnnotationWriter.h | 28 class AssemblyAnnotationWriter { 31 virtual ~AssemblyAnnotationWriter();
|
/external/swiftshader/third_party/LLVM/tools/llvm-dis/ |
D | llvm-dis.cpp | 65 class CommentWriter : public AssemblyAnnotationWriter { 173 OwningPtr<AssemblyAnnotationWriter> Annotator; in main()
|
/external/llvm/tools/llvm-dis/ |
D | llvm-dis.cpp | 77 class CommentWriter : public AssemblyAnnotationWriter { 217 std::unique_ptr<AssemblyAnnotationWriter> Annotator; in main()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Value.h | 39 class AssemblyAnnotationWriter; variable 104 void print(raw_ostream &O, AssemblyAnnotationWriter *AAW = 0) const;
|
D | Metadata.h | 227 void print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW = 0) const;
|
D | Module.h | 523 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW) const;
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | AsmWriter.cpp | 44 AssemblyAnnotationWriter::~AssemblyAnnotationWriter() {} in ~AssemblyAnnotationWriter() 1110 AssemblyAnnotationWriter *AnnotationWriter; 1115 AssemblyAnnotationWriter *AAW) in AssemblyWriter() 2026 void Module::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW) const { in print() 2033 void NamedMDNode::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW) const { in print() 2052 void Value::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW) const { in print()
|
/external/swiftshader/third_party/LLVM/tools/llvm-prof/ |
D | llvm-prof.cpp | 77 class ProfileAnnotator : public AssemblyAnnotationWriter {
|
/external/llvm/lib/IR/ |
D | AsmWriter.cpp | 51 AssemblyAnnotationWriter::~AssemblyAnnotationWriter() {} in ~AssemblyAnnotationWriter() 2062 AssemblyAnnotationWriter *AnnotationWriter; 2072 AssemblyAnnotationWriter *AAW, bool IsForDebug, 2122 const Module *M, AssemblyAnnotationWriter *AAW, in AssemblyWriter() 3295 void Function::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW, in print() 3306 void Module::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW, in print()
|
/external/llvm/lib/Transforms/Utils/ |
D | MemorySSA.cpp | 70 class MemorySSAAnnotatedWriter : public AssemblyAnnotationWriter {
|