| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugProgramInstruction.h | 159 LLVM_ABI void print(raw_ostream &O, bool IsForDebug = false) const; 161 bool IsForDebug) const; 256 LLVM_ABI void print(raw_ostream &O, bool IsForDebug = false) const; 258 bool IsForDebug) const; 550 LLVM_ABI void print(raw_ostream &O, bool IsForDebug = false) const; 552 bool IsForDebug) const; 617 LLVM_ABI void print(raw_ostream &O, bool IsForDebug = false) const; 619 bool IsForDebug) const;
|
| H A D | Comdat.h | 50 LLVM_ABI void print(raw_ostream &OS, bool IsForDebug = false) const;
|
| H A D | Metadata.h | 126 bool IsForDebug = false) const; 128 const Module *M = nullptr, bool IsForDebug = false) const; 1814 LLVM_ABI void print(raw_ostream &ROS, bool IsForDebug = false) const; 1816 bool IsForDebug = false) const;
|
| H A D | Value.h | 237 LLVM_ABI void print(raw_ostream &O, bool IsForDebug = false) const; 239 bool IsForDebug = false) const;
|
| H A D | Type.h | 122 LLVM_ABI void print(raw_ostream &O, bool IsForDebug = false,
|
| H A D | BasicBlock.h | 454 bool IsForDebug = false) const;
|
| H A D | Function.h | 933 bool IsForDebug = false) const;
|
| H A D | Module.h | 869 bool IsForDebug = false) const;
|
| H A D | ModuleSummaryIndex.h | 1947 LLVM_ABI 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 | 2862 bool IsForDebug; member in __anon33b632580a11::AssemblyWriter 2873 AssemblyAnnotationWriter *AAW, bool IsForDebug, 2877 const ModuleSummaryIndex *Index, bool IsForDebug); 2965 bool IsForDebug, bool ShouldPreserveUseListOrder) in AssemblyWriter() argument 2967 IsForDebug(IsForDebug), in AssemblyWriter() 2977 const ModuleSummaryIndex *Index, bool IsForDebug) in AssemblyWriter() argument 2979 IsForDebug(IsForDebug), ShouldPreserveUseListOrder(false) {} in AssemblyWriter() 4172 if (F->isDeclaration() && !IsForDebug) { in printFunction() 5049 bool IsForDebug) const { in print() 5053 IsForDebug, in print() [all …]
|
| H A D | DebugProgramInstruction.cpp | 92 void DbgRecord::print(raw_ostream &O, bool IsForDebug) const { in print() 95 cast<DbgVariableRecord>(this)->print(O, IsForDebug); in print() 98 cast<DbgLabelRecord>(this)->print(O, IsForDebug); in print() 105 bool IsForDebug) const { in print() 108 cast<DbgVariableRecord>(this)->print(O, MST, IsForDebug); in print() 111 cast<DbgLabelRecord>(this)->print(O, MST, IsForDebug); in print()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | RegisterBank.h | 81 LLVM_ABI void print(raw_ostream &OS, bool IsForDebug = false,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Type.h | 89 void print(raw_ostream &OS, bool IsForDebug = false, 91 LLVMTy->print(OS, IsForDebug, NoDetails);
|