Home
last modified time | relevance | path

Searched refs:IsForDebug (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/CodeGen/GlobalISel/
DRegisterBank.cpp79 void RegisterBank::print(raw_ostream &OS, bool IsForDebug, in print() argument
82 if (!IsForDebug) in print()
/external/llvm/include/llvm/IR/
DComdat.h43 void print(raw_ostream &OS, bool IsForDebug = false) const;
DMetadata.h106 bool IsForDebug = false) const;
108 bool IsForDebug = false) const;
1317 void print(raw_ostream &ROS, bool IsForDebug = false) const;
1319 bool IsForDebug = false) const;
DValue.h208 void print(raw_ostream &O, bool IsForDebug = false) const;
210 bool IsForDebug = false) const;
DType.h121 void print(raw_ostream &O, bool IsForDebug = false,
DFunction.h580 bool IsForDebug = false) const;
DModule.h769 bool IsForDebug = false) const;
/external/llvm/include/llvm/CodeGen/GlobalISel/
DRegisterBank.h91 void print(raw_ostream &OS, bool IsForDebug = false,
/external/llvm/lib/IR/
DAsmWriter.cpp2064 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()
[all …]