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

/external/llvm/lib/VMCore/
H A DAsmWriter.cpp1137 AssemblyAnnotationWriter *AAW)
1138 : Out(o), Machine(Mac), TheModule(M), AnnotationWriter(AAW) {
2046 void Module::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW) const {
2049 AssemblyWriter W(OS, SlotTable, this, AAW);
2053 void NamedMDNode::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW) const {
2056 AssemblyWriter W(OS, SlotTable, getParent(), AAW);
2076 void Value::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW) const {
2085 AssemblyWriter W(OS, SlotTable, getModuleFromVal(I), AAW);
2089 AssemblyWriter W(OS, SlotTable, getModuleFromVal(BB), AAW);
2093 AssemblyWriter W(OS, SlotTable, GV->getParent(), AAW);
1135 AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac, const Module *M, AssemblyAnnotationWriter *AAW) argument
[all...]

Completed in 83 milliseconds