Home
last modified time | relevance | path

Searched refs:AssemblyAnnotationWriter (Results 1 – 14 of 14) sorted by relevance

/external/llvm/include/llvm/IR/
DAssemblyAnnotationWriter.h28 class AssemblyAnnotationWriter {
30 virtual ~AssemblyAnnotationWriter();
DFunction.h578 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW = nullptr,
DModule.h767 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW,
DValue.h26 class AssemblyAnnotationWriter; variable
/external/swiftshader/third_party/LLVM/include/llvm/Assembly/
DAssemblyAnnotationWriter.h28 class AssemblyAnnotationWriter {
31 virtual ~AssemblyAnnotationWriter();
/external/swiftshader/third_party/LLVM/tools/llvm-dis/
Dllvm-dis.cpp65 class CommentWriter : public AssemblyAnnotationWriter {
173 OwningPtr<AssemblyAnnotationWriter> Annotator; in main()
/external/llvm/tools/llvm-dis/
Dllvm-dis.cpp77 class CommentWriter : public AssemblyAnnotationWriter {
217 std::unique_ptr<AssemblyAnnotationWriter> Annotator; in main()
/external/swiftshader/third_party/LLVM/include/llvm/
DValue.h39 class AssemblyAnnotationWriter; variable
104 void print(raw_ostream &O, AssemblyAnnotationWriter *AAW = 0) const;
DMetadata.h227 void print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW = 0) const;
DModule.h523 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW) const;
/external/swiftshader/third_party/LLVM/lib/VMCore/
DAsmWriter.cpp44 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/
Dllvm-prof.cpp77 class ProfileAnnotator : public AssemblyAnnotationWriter {
/external/llvm/lib/IR/
DAsmWriter.cpp51 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/
DMemorySSA.cpp70 class MemorySSAAnnotatedWriter : public AssemblyAnnotationWriter {