Searched refs:IsForDebug (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RegisterBank.cpp | 71 void RegisterBank::print(raw_ostream &OS, bool IsForDebug, in print() argument 74 if (!IsForDebug) in print()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugProgramInstruction.h | 341 void print(raw_ostream &O, bool IsForDebug = false) const; 342 void print(raw_ostream &ROS, ModuleSlotTracker &MST, bool IsForDebug) const; 394 void print(raw_ostream &O, bool IsForDebug = false) const; 395 void print(raw_ostream &ROS, ModuleSlotTracker &MST, bool IsForDebug) const;
|
| H A D | Comdat.h | 49 void print(raw_ostream &OS, bool IsForDebug = false) const;
|
| H A D | Metadata.h | 125 bool IsForDebug = false) const; 127 bool IsForDebug = false) const; 1799 void print(raw_ostream &ROS, bool IsForDebug = false) const; 1801 bool IsForDebug = false) const;
|
| H A D | Value.h | 236 void print(raw_ostream &O, bool IsForDebug = false) const; 238 bool IsForDebug = false) const;
|
| H A D | Type.h | 123 void print(raw_ostream &O, bool IsForDebug = false,
|
| H A D | BasicBlock.h | 432 bool IsForDebug = false) const;
|
| H A D | Function.h | 877 bool IsForDebug = false) const;
|
| H A D | Module.h | 882 bool IsForDebug = false) const;
|
| H A D | ModuleSummaryIndex.h | 1831 void print(raw_ostream &OS, bool IsForDebug = false) const;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 2612 bool IsForDebug; member in __anon6938d20e0911::AssemblyWriter 2714 IsForDebug(IsForDebug), in AssemblyWriter() 2726 IsForDebug(IsForDebug), ShouldPreserveUseListOrder(false) {} in AssemblyWriter() 3907 if (F->isDeclaration() && !IsForDebug) { in printFunction() 4740 IsForDebug, in print() 4751 IsForDebug, in print() 4850 print(ROS, MST, IsForDebug); in print() 4856 print(ROS, MST, IsForDebug); in print() 4877 bool IsForDebug) const { in print() 4902 print(ROS, MST, IsForDebug); in print() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | RegisterBank.h | 79 void print(raw_ostream &OS, bool IsForDebug = false,
|