Searched refs:IsForDebug (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/ |
| H A D | RegisterBank.cpp | 86 void RegisterBank::print(raw_ostream &OS, bool IsForDebug, in print() argument 89 if (!IsForDebug) in print()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 2337 bool IsForDebug; member in __anon1811b1fd0611::AssemblyWriter 2429 IsForDebug(IsForDebug), in AssemblyWriter() 2441 IsForDebug(IsForDebug), ShouldPreserveUseListOrder(false) {} in AssemblyWriter() 3377 if (F->isDeclaration() && !IsForDebug) { in printFunction() 4056 bool IsForDebug) const { in print() 4060 IsForDebug, in print() 4069 AssemblyWriter W(OS, SlotTable, this, AAW, IsForDebug, in print() 4082 bool IsForDebug) const { in print() 4156 print(ROS, MST, IsForDebug); in print() 4160 bool IsForDebug) const { in print() [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | Comdat.h | 48 void print(raw_ostream &OS, bool IsForDebug = false) const;
|
| H A D | Metadata.h | 123 bool IsForDebug = false) const; 125 bool IsForDebug = false) const; 1400 void print(raw_ostream &ROS, bool IsForDebug = false) const; 1402 bool IsForDebug = false) const;
|
| H A D | Value.h | 226 void print(raw_ostream &O, bool IsForDebug = false) const; 228 bool IsForDebug = false) const;
|
| H A D | Type.h | 124 void print(raw_ostream &O, bool IsForDebug = false,
|
| H A D | Function.h | 732 bool IsForDebug = false) const;
|
| H A D | Module.h | 804 bool IsForDebug = false) const;
|
| H A D | ModuleSummaryIndex.h | 1177 void print(raw_ostream &OS, bool IsForDebug = false) const;
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | RegisterBank.h | 89 void print(raw_ostream &OS, bool IsForDebug = false,
|