/external/llvm/include/llvm/IR/ |
AssemblyAnnotationWriter.h | 1 //===-- AssemblyAnnotationWriter.h - Annotation .ll files -------*- C++ -*-===// 28 class AssemblyAnnotationWriter { 30 virtual ~AssemblyAnnotationWriter();
|
Function.h | 577 /// AssemblyAnnotationWriter. 578 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW = nullptr,
|
Value.h | 26 class AssemblyAnnotationWriter;
|
Module.h | 764 /// AssemblyAnnotationWriter. If \c ShouldPreserveUseListOrder, then include 767 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW, [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
AssemblyAnnotationWriter.h | 1 //===-- AssemblyAnnotationWriter.h - Annotation .ll files -------*- C++ -*-===// 28 class AssemblyAnnotationWriter { 30 virtual ~AssemblyAnnotationWriter();
|
Function.h | 50 class AssemblyAnnotationWriter; 715 /// AssemblyAnnotationWriter. 716 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW = nullptr,
|
Module.h | 788 /// AssemblyAnnotationWriter. If \c ShouldPreserveUseListOrder, then include 791 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW, [all...] |
/external/swiftshader/third_party/LLVM/include/llvm/Assembly/ |
AssemblyAnnotationWriter.h | 1 //===-- AssemblyAnnotationWriter.h - Annotation .ll files -------*- C++ -*-===// 28 class AssemblyAnnotationWriter { 31 virtual ~AssemblyAnnotationWriter();
|
/external/swiftshader/third_party/LLVM/tools/llvm-dis/ |
llvm-dis.cpp | 25 #include "llvm/Assembly/AssemblyAnnotationWriter.h"
65 class CommentWriter : public AssemblyAnnotationWriter {
173 OwningPtr<AssemblyAnnotationWriter> Annotator;
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dis/ |
llvm-dis.cpp | 20 #include "llvm/IR/AssemblyAnnotationWriter.h" 80 class CommentWriter : public AssemblyAnnotationWriter { 196 std::unique_ptr<AssemblyAnnotationWriter> Annotator;
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
Metadata.h | 227 void print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW = 0) const;
|
Value.h | 39 class AssemblyAnnotationWriter; 104 void print(raw_ostream &O, AssemblyAnnotationWriter *AAW = 0) const;
|
Module.h | 522 /// AssemblyAnnotationWriter. 523 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW) const;
|
/external/llvm/tools/llvm-dis/ |
llvm-dis.cpp | 21 #include "llvm/IR/AssemblyAnnotationWriter.h" 77 class CommentWriter : public AssemblyAnnotationWriter { 217 std::unique_ptr<AssemblyAnnotationWriter> Annotator;
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
Function.h | 43 class AssemblyAnnotationWriter; 604 /// AssemblyAnnotationWriter. 605 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW = nullptr,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
MustExecute.cpp | 15 #include "llvm/IR/AssemblyAnnotationWriter.h" 207 class MustExecuteAnnotatedWriter : public AssemblyAnnotationWriter {
|
LazyValueInfo.cpp | 24 #include "llvm/IR/AssemblyAnnotationWriter.h" 353 class LazyValueInfoAnnotatedWriter : public AssemblyAnnotationWriter { [all...] |
MemorySSA.cpp | 31 #include "llvm/IR/AssemblyAnnotationWriter.h" 88 class MemorySSAAnnotatedWriter : public AssemblyAnnotationWriter { [all...] |
/external/swiftshader/third_party/LLVM/tools/llvm-prof/ |
llvm-prof.cpp | 20 #include "llvm/Assembly/AssemblyAnnotationWriter.h"
77 class ProfileAnnotator : public AssemblyAnnotationWriter {
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
AsmWriter.cpp | 19 #include "llvm/Assembly/AssemblyAnnotationWriter.h" 44 AssemblyAnnotationWriter::~AssemblyAnnotationWriter() {} [all...] |
/external/llvm/lib/IR/ |
AsmWriter.cpp | 22 #include "llvm/IR/AssemblyAnnotationWriter.h" 51 AssemblyAnnotationWriter::~AssemblyAnnotationWriter() {} [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
AsmWriter.cpp | 35 #include "llvm/IR/AssemblyAnnotationWriter.h" 94 AssemblyAnnotationWriter::~AssemblyAnnotationWriter() = default; [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
PredicateInfo.cpp | 23 #include "llvm/IR/AssemblyAnnotationWriter.h" 797 class PredicateInfoAnnotatedWriter : public AssemblyAnnotationWriter { [all...] |
/external/llvm/lib/Transforms/Utils/ |
MemorySSA.cpp | 29 #include "llvm/IR/AssemblyAnnotationWriter.h" 70 class MemorySSAAnnotatedWriter : public AssemblyAnnotationWriter { [all...] |