Home
last modified time | relevance | path

Searched refs:IsForDebug (Results 1 – 12 of 12) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterBank.cpp71 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 DDebugProgramInstruction.h341 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 DComdat.h49 void print(raw_ostream &OS, bool IsForDebug = false) const;
H A DMetadata.h125 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 DValue.h236 void print(raw_ostream &O, bool IsForDebug = false) const;
238 bool IsForDebug = false) const;
H A DType.h123 void print(raw_ostream &O, bool IsForDebug = false,
H A DBasicBlock.h432 bool IsForDebug = false) const;
H A DFunction.h877 bool IsForDebug = false) const;
H A DModule.h882 bool IsForDebug = false) const;
H A DModuleSummaryIndex.h1831 void print(raw_ostream &OS, bool IsForDebug = false) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp2612 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 DRegisterBank.h79 void print(raw_ostream &OS, bool IsForDebug = false,