Searched refs:IsForDebug (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | RegisterBank.cpp | 87 void RegisterBank::print(raw_ostream &OS, bool IsForDebug, in print() argument 90 if (!IsForDebug) in print()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 2529 bool IsForDebug; member in __anon7e5391880911::AssemblyWriter 2629 IsForDebug(IsForDebug), in AssemblyWriter() 2641 IsForDebug(IsForDebug), ShouldPreserveUseListOrder(false) {} in AssemblyWriter() 3723 if (F->isDeclaration() && !IsForDebug) { in printFunction() 4483 bool IsForDebug) const { in print() 4487 IsForDebug, in print() 4494 bool IsForDebug) const { in print() 4498 IsForDebug, in print() 4520 bool IsForDebug) const { in print() 4594 print(ROS, MST, IsForDebug); in print() [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | RegisterBank.h | 88 void print(raw_ostream &OS, bool IsForDebug = false,
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| 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; 1666 void print(raw_ostream &ROS, bool IsForDebug = false) const; 1668 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 | 122 void print(raw_ostream &O, bool IsForDebug = false,
|
| H A D | BasicBlock.h | 292 bool IsForDebug = false) const;
|
| H A D | Function.h | 808 bool IsForDebug = false) const;
|
| H A D | Module.h | 808 bool IsForDebug = false) const;
|
| H A D | ModuleSummaryIndex.h | 1579 void print(raw_ostream &OS, bool IsForDebug = false) const;
|