Searched refs:IsForDebug (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | RegisterBank.cpp | 87 void RegisterBank::print(raw_ostream &OS, bool IsForDebug, in print() argument 90 if (!IsForDebug) in print()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 2578 bool IsForDebug; member in __anon315e020c0911::AssemblyWriter 2673 IsForDebug(IsForDebug), in AssemblyWriter() 2685 IsForDebug(IsForDebug), ShouldPreserveUseListOrder(false) {} in AssemblyWriter() 3732 if (F->isDeclaration() && !IsForDebug) { in printFunction() 4490 bool IsForDebug) const { in print() 4494 IsForDebug, in print() 4501 bool IsForDebug) const { in print() 4505 IsForDebug, in print() 4527 bool IsForDebug) const { in print() 4601 print(ROS, MST, IsForDebug); in print() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Comdat.h | 47 void print(raw_ostream &OS, bool IsForDebug = false) const;
|
| H A D | Metadata.h | 125 bool IsForDebug = false) const; 127 bool IsForDebug = false) const; 1464 void print(raw_ostream &ROS, bool IsForDebug = false) const; 1466 bool IsForDebug = false) const;
|
| H A D | Value.h | 237 void print(raw_ostream &O, bool IsForDebug = false) const; 239 bool IsForDebug = false) const;
|
| H A D | BasicBlock.h | 291 bool IsForDebug = false) const;
|
| H A D | Type.h | 121 void print(raw_ostream &O, bool IsForDebug = false,
|
| H A D | Function.h | 861 bool IsForDebug = false) const;
|
| H A D | Module.h | 805 bool IsForDebug = false) const;
|
| H A D | ModuleSummaryIndex.h | 1514 void print(raw_ostream &OS, bool IsForDebug = false) const;
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | RegisterBank.h | 88 void print(raw_ostream &OS, bool IsForDebug = false,
|