Lines Matching refs:IsForDebug
2064 bool IsForDebug; member in __anond169a03a0611::AssemblyWriter
2072 AssemblyAnnotationWriter *AAW, bool IsForDebug,
2123 bool IsForDebug, bool ShouldPreserveUseListOrder) in AssemblyWriter() argument
2125 IsForDebug(IsForDebug), in AssemblyWriter()
2647 if (F->isDeclaration() && !IsForDebug) { in printFunction()
3297 bool IsForDebug) const { in print()
3301 IsForDebug, in print()
3307 bool ShouldPreserveUseListOrder, bool IsForDebug) const { in print()
3310 AssemblyWriter W(OS, SlotTable, this, AAW, IsForDebug, in print()
3315 void NamedMDNode::print(raw_ostream &ROS, bool IsForDebug) const { in print()
3318 AssemblyWriter W(OS, SlotTable, getParent(), nullptr, IsForDebug); in print()
3323 bool IsForDebug) const { in print()
3334 AssemblyWriter W(OS, *SlotTable, getParent(), nullptr, IsForDebug); in print()
3389 void Value::print(raw_ostream &ROS, bool IsForDebug) const { in print()
3397 print(ROS, MST, IsForDebug); in print()
3401 bool IsForDebug) const { in print()
3413 AssemblyWriter W(OS, SlotTable, getModuleFromVal(I), nullptr, IsForDebug); in print()
3417 AssemblyWriter W(OS, SlotTable, getModuleFromVal(BB), nullptr, IsForDebug); in print()
3420 AssemblyWriter W(OS, SlotTable, GV->getParent(), nullptr, IsForDebug); in print()