Lines Matching refs:IsForDebug

2337   bool IsForDebug;  member in __anon1811b1fd0611::AssemblyWriter
2348 AssemblyAnnotationWriter *AAW, bool IsForDebug,
2352 const ModuleSummaryIndex *Index, bool IsForDebug);
2427 bool IsForDebug, bool ShouldPreserveUseListOrder) in AssemblyWriter() argument
2429 IsForDebug(IsForDebug), in AssemblyWriter()
2439 const ModuleSummaryIndex *Index, bool IsForDebug) in AssemblyWriter() argument
2441 IsForDebug(IsForDebug), ShouldPreserveUseListOrder(false) {} in AssemblyWriter()
3377 if (F->isDeclaration() && !IsForDebug) { in printFunction()
4056 bool IsForDebug) const { in print()
4060 IsForDebug, in print()
4066 bool ShouldPreserveUseListOrder, bool IsForDebug) const { in print()
4069 AssemblyWriter W(OS, SlotTable, this, AAW, IsForDebug, in print()
4074 void NamedMDNode::print(raw_ostream &ROS, bool IsForDebug) const { in print()
4077 AssemblyWriter W(OS, SlotTable, getParent(), nullptr, IsForDebug); in print()
4082 bool IsForDebug) const { in print()
4093 AssemblyWriter W(OS, *SlotTable, getParent(), nullptr, IsForDebug); in print()
4148 void Value::print(raw_ostream &ROS, bool IsForDebug) const { in print()
4156 print(ROS, MST, IsForDebug); in print()
4160 bool IsForDebug) const { in print()
4172 AssemblyWriter W(OS, SlotTable, getModuleFromVal(I), nullptr, IsForDebug); in print()
4176 AssemblyWriter W(OS, SlotTable, getModuleFromVal(BB), nullptr, IsForDebug); in print()
4179 AssemblyWriter W(OS, SlotTable, GV->getParent(), nullptr, IsForDebug); in print()
4288 void ModuleSummaryIndex::print(raw_ostream &ROS, bool IsForDebug) const { in print()
4291 AssemblyWriter W(OS, SlotTable, this, IsForDebug); in print()