Searched refs:IsForDebug (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/CodeGen/GlobalISel/ |
D | RegisterBank.cpp | 79 void RegisterBank::print(raw_ostream &OS, bool IsForDebug, in print() argument 82 if (!IsForDebug) in print()
|
/external/llvm/include/llvm/IR/ |
D | Comdat.h | 43 void print(raw_ostream &OS, bool IsForDebug = false) const;
|
D | Metadata.h | 106 bool IsForDebug = false) const; 108 bool IsForDebug = false) const; 1317 void print(raw_ostream &ROS, bool IsForDebug = false) const; 1319 bool IsForDebug = false) const;
|
D | Value.h | 208 void print(raw_ostream &O, bool IsForDebug = false) const; 210 bool IsForDebug = false) const;
|
D | Type.h | 121 void print(raw_ostream &O, bool IsForDebug = false,
|
D | Function.h | 580 bool IsForDebug = false) const;
|
D | Module.h | 769 bool IsForDebug = false) const;
|
/external/llvm/include/llvm/CodeGen/GlobalISel/ |
D | RegisterBank.h | 91 void print(raw_ostream &OS, bool IsForDebug = false,
|
/external/llvm/lib/IR/ |
D | AsmWriter.cpp | 2064 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 …]
|