Lines Matching refs:IsForDebug
2699 bool IsForDebug; member in __anon33b632580911::AssemblyWriter
2710 AssemblyAnnotationWriter *AAW, bool IsForDebug,
2714 const ModuleSummaryIndex *Index, bool IsForDebug);
2802 bool IsForDebug, bool ShouldPreserveUseListOrder) in AssemblyWriter() argument
2804 IsForDebug(IsForDebug), in AssemblyWriter()
2814 const ModuleSummaryIndex *Index, bool IsForDebug) in AssemblyWriter() argument
2816 IsForDebug(IsForDebug), ShouldPreserveUseListOrder(false) {} in AssemblyWriter()
4006 if (F->isDeclaration() && !IsForDebug) { in printFunction()
4853 bool IsForDebug) const { in print()
4857 IsForDebug, in print()
4864 bool IsForDebug) const { in print()
4868 IsForDebug, in print()
4874 bool ShouldPreserveUseListOrder, bool IsForDebug) const { in print()
4877 AssemblyWriter W(OS, SlotTable, this, AAW, IsForDebug, in print()
4882 void NamedMDNode::print(raw_ostream &ROS, bool IsForDebug) const { in print()
4885 AssemblyWriter W(OS, SlotTable, getParent(), nullptr, IsForDebug); in print()
4890 bool IsForDebug) const { in print()
4901 AssemblyWriter W(OS, *SlotTable, getParent(), nullptr, IsForDebug); in print()
4956 void DbgMarker::print(raw_ostream &ROS, bool IsForDebug) const { in print()
4959 print(ROS, MST, IsForDebug); in print()
4962 void DbgVariableRecord::print(raw_ostream &ROS, bool IsForDebug) const { in print()
4965 print(ROS, MST, IsForDebug); in print()
4969 bool IsForDebug) const { in print()
4979 AssemblyWriter W(OS, SlotTable, getModuleFromDPI(this), nullptr, IsForDebug); in print()
4983 void DbgLabelRecord::print(raw_ostream &ROS, bool IsForDebug) const { in print()
4986 print(ROS, MST, IsForDebug); in print()
4990 bool IsForDebug) const { in print()
5002 AssemblyWriter W(OS, SlotTable, getModuleFromDPI(this), nullptr, IsForDebug); in print()
5007 bool IsForDebug) const { in print()
5018 AssemblyWriter W(OS, SlotTable, getModuleFromDPI(this), nullptr, IsForDebug); in print()
5022 void Value::print(raw_ostream &ROS, bool IsForDebug) const { in print()
5030 print(ROS, MST, IsForDebug); in print()
5034 bool IsForDebug) const { in print()
5046 AssemblyWriter W(OS, SlotTable, getModuleFromVal(I), nullptr, IsForDebug); in print()
5050 AssemblyWriter W(OS, SlotTable, getModuleFromVal(BB), nullptr, IsForDebug); in print()
5053 AssemblyWriter W(OS, SlotTable, GV->getParent(), nullptr, IsForDebug); in print()
5244 void ModuleSummaryIndex::print(raw_ostream &ROS, bool IsForDebug) const { in print()
5247 AssemblyWriter W(OS, SlotTable, this, IsForDebug); in print()