Searched defs:AssemblyAnnotationWriter (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Assembly/
H A DAssemblyAnnotationWriter.h1 //===-- AssemblyAnnotationWriter.h - Annotation .ll files -------*- C++ -*-===//
28 class AssemblyAnnotationWriter { class in namespace:llvm
31 virtual ~AssemblyAnnotationWriter();
/external/llvm/lib/VMCore/
H A DAsmWriter.cpp19 #include "llvm/Assembly/AssemblyAnnotationWriter.h"
46 AssemblyAnnotationWriter::~AssemblyAnnotationWriter() {}
1148 AssemblyAnnotationWriter *AnnotationWriter;
1153 AssemblyAnnotationWriter *AAW)
2085 void Module::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW) const {
2092 void NamedMDNode::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW) const {
2115 void Value::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW) const {

Completed in 156 milliseconds