Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/IR/
DAsmWriter.h73 AssemblyAnnotationWriter *AnnotationWriter;
78 const Module *M, AssemblyAnnotationWriter *AAW);
82 AssemblyAnnotationWriter *AAW);
DAsmWriter.cpp49 AssemblyAnnotationWriter::~AssemblyAnnotationWriter() {} in ~AssemblyAnnotationWriter()
1212 AssemblyAnnotationWriter *AAW) in AssemblyWriter()
1218 AssemblyAnnotationWriter *AAW) in AssemblyWriter()
2132 void Module::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW) const { in print()
2139 void NamedMDNode::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW) const { in print()
2162 void Value::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW) const { in print()
/freebsd-9-stable/contrib/llvm/include/llvm/Assembly/
DAssemblyAnnotationWriter.h28 class AssemblyAnnotationWriter {
31 virtual ~AssemblyAnnotationWriter();
/freebsd-9-stable/contrib/llvm/tools/llvm-dis/
Dllvm-dis.cpp66 class CommentWriter : public AssemblyAnnotationWriter {
178 OwningPtr<AssemblyAnnotationWriter> Annotator; in main()
/freebsd-9-stable/contrib/llvm/include/llvm/IR/
DValue.h27 class AssemblyAnnotationWriter; variable
107 void print(raw_ostream &O, AssemblyAnnotationWriter *AAW = 0) const;
DMetadata.h238 void print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW = 0) const;
DModule.h574 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW) const;
/freebsd-9-stable/contrib/llvm/lib/Transforms/Instrumentation/
DDebugIR.cpp52 class ValueToLineMap : public AssemblyAnnotationWriter {