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

/external/llvm/include/llvm/IR/
H A DAssemblyAnnotationWriter.h1 //===-- AssemblyAnnotationWriter.h - Annotation .ll files -------*- C++ -*-===//
28 class AssemblyAnnotationWriter { class in namespace:llvm
31 virtual ~AssemblyAnnotationWriter();
/external/llvm/lib/IR/
H A DAsmWriter.cpp22 #include "llvm/IR/AssemblyAnnotationWriter.h"
46 AssemblyAnnotationWriter::~AssemblyAnnotationWriter() {}
1184 AssemblyAnnotationWriter *AAW)
1190 AssemblyAnnotationWriter *AAW)
2177 void Module::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW) const {

Completed in 65 milliseconds