Lines Matching refs:IsForDebug
2529 bool IsForDebug; member in __anon7e5391880911::AssemblyWriter
2540 AssemblyAnnotationWriter *AAW, bool IsForDebug,
2544 const ModuleSummaryIndex *Index, bool IsForDebug);
2627 bool IsForDebug, bool ShouldPreserveUseListOrder) in AssemblyWriter() argument
2629 IsForDebug(IsForDebug), in AssemblyWriter()
2639 const ModuleSummaryIndex *Index, bool IsForDebug) in AssemblyWriter() argument
2641 IsForDebug(IsForDebug), ShouldPreserveUseListOrder(false) {} in AssemblyWriter()
3723 if (F->isDeclaration() && !IsForDebug) { in printFunction()
4483 bool IsForDebug) const { in print()
4487 IsForDebug, in print()
4494 bool IsForDebug) const { in print()
4498 IsForDebug, in print()
4504 bool ShouldPreserveUseListOrder, bool IsForDebug) const { in print()
4507 AssemblyWriter W(OS, SlotTable, this, AAW, IsForDebug, in print()
4512 void NamedMDNode::print(raw_ostream &ROS, bool IsForDebug) const { in print()
4515 AssemblyWriter W(OS, SlotTable, getParent(), nullptr, IsForDebug); in print()
4520 bool IsForDebug) const { in print()
4531 AssemblyWriter W(OS, *SlotTable, getParent(), nullptr, IsForDebug); in print()
4586 void Value::print(raw_ostream &ROS, bool IsForDebug) const { in print()
4594 print(ROS, MST, IsForDebug); in print()
4598 bool IsForDebug) const { in print()
4610 AssemblyWriter W(OS, SlotTable, getModuleFromVal(I), nullptr, IsForDebug); in print()
4614 AssemblyWriter W(OS, SlotTable, getModuleFromVal(BB), nullptr, IsForDebug); in print()
4617 AssemblyWriter W(OS, SlotTable, GV->getParent(), nullptr, IsForDebug); in print()
4808 void ModuleSummaryIndex::print(raw_ostream &ROS, bool IsForDebug) const { in print()
4811 AssemblyWriter W(OS, SlotTable, this, IsForDebug); in print()