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

/external/llvm/lib/VMCore/
H A DAsmWriter.cpp1153 AssemblyAnnotationWriter *AAW)
1154 : Out(o), Machine(Mac), TheModule(M), AnnotationWriter(AAW) {
2085 void Module::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW) const {
2088 AssemblyWriter W(OS, SlotTable, this, AAW);
2092 void NamedMDNode::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW) const {
2095 AssemblyWriter W(OS, SlotTable, getParent(), AAW);
2115 void Value::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW) const {
2124 AssemblyWriter W(OS, SlotTable, getModuleFromVal(I), AAW);
2128 AssemblyWriter W(OS, SlotTable, getModuleFromVal(BB), AAW);
2132 AssemblyWriter W(OS, SlotTable, GV->getParent(), AAW);
1151 AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac, const Module *M, AssemblyAnnotationWriter *AAW) argument
[all...]

Completed in 33 milliseconds