Home
last modified time | relevance | path

Searched refs:AAW (Results 1 – 5 of 5) sorted by relevance

/trueos/contrib/llvm/lib/IR/
HDAsmWriter.h78 const Module *M, AssemblyAnnotationWriter *AAW);
82 AssemblyAnnotationWriter *AAW);
HDAsmWriter.cpp1212 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/
HDMetadata.h238 void print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW = 0) const;
HDValue.h107 void print(raw_ostream &O, AssemblyAnnotationWriter *AAW = 0) const;
HDModule.h574 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW) const;