Searched defs:ROS (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/IR/ |
D | AsmWriter.cpp | 3295 void Function::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW, in print() 3306 void Module::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW, in print() 3315 void NamedMDNode::print(raw_ostream &ROS, bool IsForDebug) const { in print() 3322 void NamedMDNode::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print() 3338 void Comdat::print(raw_ostream &ROS, bool /*IsForDebug*/) const { in print() 3389 void Value::print(raw_ostream &ROS, bool IsForDebug) const { in print() 3400 void Value::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print() 3492 static void printMetadataImpl(raw_ostream &ROS, const Metadata &MD, in printMetadataImpl()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | AsmWriter.cpp | 2026 void Module::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW) const { in print() 2033 void NamedMDNode::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW) const { in print() 2052 void Value::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW) const { in print()
|
/external/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 57 void MachineFunctionProperties::print(raw_ostream &ROS, bool OnlySet) const { in print()
|