Lines Matching refs:IsForDebug
2010 bool IsForDebug; member in __anond169a03a0611::AssemblyWriter
2018 AssemblyAnnotationWriter *AAW, bool IsForDebug,
2069 bool IsForDebug, bool ShouldPreserveUseListOrder) in AssemblyWriter() argument
2071 IsForDebug(IsForDebug), in AssemblyWriter()
2572 if (F->isDeclaration() && !IsForDebug) { in printFunction()
3222 bool ShouldPreserveUseListOrder, bool IsForDebug) const { in print()
3225 AssemblyWriter W(OS, SlotTable, this, AAW, IsForDebug, in print()
3230 void NamedMDNode::print(raw_ostream &ROS, bool IsForDebug) const { in print()
3233 AssemblyWriter W(OS, SlotTable, getParent(), nullptr, IsForDebug); in print()
3285 void Value::print(raw_ostream &ROS, bool IsForDebug) const { in print()
3293 print(ROS, MST, IsForDebug); in print()
3297 bool IsForDebug) const { in print()
3309 AssemblyWriter W(OS, SlotTable, getModuleFromVal(I), nullptr, IsForDebug); in print()
3313 AssemblyWriter W(OS, SlotTable, getModuleFromVal(BB), nullptr, IsForDebug); in print()
3316 AssemblyWriter W(OS, SlotTable, GV->getParent(), nullptr, IsForDebug); in print()