Searched refs:AAW (Results 1 – 5 of 5) sorted by relevance
| /trueos/contrib/llvm/lib/IR/ |
| HD | AsmWriter.h | 78 const Module *M, AssemblyAnnotationWriter *AAW); 82 AssemblyAnnotationWriter *AAW);
|
| HD | AsmWriter.cpp | 1212 AssemblyAnnotationWriter *AAW) in AssemblyWriter() argument 1213 : Out(o), TheModule(M), Machine(Mac), AnnotationWriter(AAW) { in AssemblyWriter() 1218 AssemblyAnnotationWriter *AAW) in AssemblyWriter() argument 1220 Machine(*ModuleSlotTracker), AnnotationWriter(AAW) { in AssemblyWriter() 2132 void Module::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW) const { in print() 2135 AssemblyWriter W(OS, SlotTable, this, AAW); in print() 2139 void NamedMDNode::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW) const { in print() 2142 AssemblyWriter W(OS, SlotTable, getParent(), AAW); in print() 2162 void Value::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW) const { in print() 2171 AssemblyWriter W(OS, SlotTable, getModuleFromVal(I), AAW); in print() [all …]
|
| /trueos/contrib/llvm/include/llvm/IR/ |
| HD | Metadata.h | 238 void print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW = 0) const;
|
| HD | Value.h | 107 void print(raw_ostream &O, AssemblyAnnotationWriter *AAW = 0) const;
|
| HD | Module.h | 574 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW) const;
|