Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h159 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 DComdat.h50 LLVM_ABI void print(raw_ostream &OS, bool IsForDebug = false) const;
H A DMetadata.h126 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 DValue.h237 LLVM_ABI void print(raw_ostream &O, bool IsForDebug = false) const;
239 bool IsForDebug = false) const;
H A DType.h122 LLVM_ABI void print(raw_ostream &O, bool IsForDebug = false,
H A DBasicBlock.h454 bool IsForDebug = false) const;
H A DFunction.h933 bool IsForDebug = false) const;
H A DModule.h869 bool IsForDebug = false) const;
H A DModuleSummaryIndex.h1947 LLVM_ABI void print(raw_ostream &OS, bool IsForDebug = false) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterBank.cpp67 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 DAsmWriter.cpp2862 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 DDebugProgramInstruction.cpp92 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 DRegisterBank.h81 LLVM_ABI void print(raw_ostream &OS, bool IsForDebug = false,
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DType.h89 void print(raw_ostream &OS, bool IsForDebug = false,
91 LLVMTy->print(OS, IsForDebug, NoDetails);