/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugProgramInstruction.h | 154 void print(raw_ostream &O, bool IsForDebug = false) const; 155 void print(raw_ostream &O, ModuleSlotTracker &MST, bool IsForDebug) const; 242 void print(raw_ostream &O, bool IsForDebug = false) const; 243 void print(raw_ostream &ROS, ModuleSlotTracker &MST, bool IsForDebug) const; 531 void print(raw_ostream &O, bool IsForDebug = false) const; 532 void print(raw_ostream &ROS, ModuleSlotTracker &MST, bool IsForDebug) const; 597 void print(raw_ostream &O, bool IsForDebug = false) const; 598 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; 1809 void print(raw_ostream &ROS, bool IsForDebug = false) const; 1811 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 | 433 bool IsForDebug = false) const;
|
H A D | Function.h | 898 bool IsForDebug = false) const;
|
H A D | Module.h | 895 bool IsForDebug = false) const;
|
H A D | ModuleSummaryIndex.h | 1876 void print(raw_ostream &OS, bool IsForDebug = false) const;
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RegisterBank.cpp | 67 print(dbgs(), /* IsForDebug */ true, TRI); 71 void RegisterBank::print(raw_ostream &OS, bool IsForDebug, in isValid() 74 if (!IsForDebug) in operator ==() 89 print(raw_ostream & OS,bool IsForDebug,const TargetRegisterInfo * TRI) const print() argument
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 2699 bool IsForDebug; member in __anon33b632580911::AssemblyWriter 2710 AssemblyAnnotationWriter *AAW, bool IsForDebug, 2714 const ModuleSummaryIndex *Index, bool IsForDebug); 2802 bool IsForDebug, bool ShouldPreserveUseListOrder) in AssemblyWriter() argument 2804 IsForDebug(IsForDebug), in AssemblyWriter() 2814 const ModuleSummaryIndex *Index, bool IsForDebug) in AssemblyWriter() argument 2816 IsForDebug(IsForDebug), ShouldPreserveUseListOrder(false) {} in AssemblyWriter() 4006 if (F->isDeclaration() && !IsForDebug) { in printFunction() 4853 bool IsForDebug) const { in print() 4857 IsForDebug, in print() [all …]
|
H A D | DebugProgramInstruction.cpp | 91 void DbgRecord::print(raw_ostream &O, bool IsForDebug) const { in print() 94 cast<DbgVariableRecord>(this)->print(O, IsForDebug); in print() 97 cast<DbgLabelRecord>(this)->print(O, IsForDebug); in print() 104 bool IsForDebug) const { in print() 107 cast<DbgVariableRecord>(this)->print(O, MST, IsForDebug); in print() 110 cast<DbgLabelRecord>(this)->print(O, MST, IsForDebug); in print()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | RegisterBank.h | 75 /// If IsForDebug is false, then only the name of the register bank 79 void print(raw_ostream &OS, bool IsForDebug = false,
|