Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DRegisterBank.cpp86 void RegisterBank::print(raw_ostream &OS, bool IsForDebug, in print() argument
89 if (!IsForDebug) in print()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DAsmWriter.cpp2337 bool IsForDebug; member in __anon1811b1fd0611::AssemblyWriter
2429 IsForDebug(IsForDebug), in AssemblyWriter()
2441 IsForDebug(IsForDebug), ShouldPreserveUseListOrder(false) {} in AssemblyWriter()
3377 if (F->isDeclaration() && !IsForDebug) { in printFunction()
4056 bool IsForDebug) const { in print()
4060 IsForDebug, in print()
4069 AssemblyWriter W(OS, SlotTable, this, AAW, IsForDebug, in print()
4082 bool IsForDebug) const { in print()
4156 print(ROS, MST, IsForDebug); in print()
4160 bool IsForDebug) const { in print()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DComdat.h48 void print(raw_ostream &OS, bool IsForDebug = false) const;
H A DMetadata.h123 bool IsForDebug = false) const;
125 bool IsForDebug = false) const;
1400 void print(raw_ostream &ROS, bool IsForDebug = false) const;
1402 bool IsForDebug = false) const;
H A DValue.h226 void print(raw_ostream &O, bool IsForDebug = false) const;
228 bool IsForDebug = false) const;
H A DType.h124 void print(raw_ostream &O, bool IsForDebug = false,
H A DFunction.h732 bool IsForDebug = false) const;
H A DModule.h804 bool IsForDebug = false) const;
H A DModuleSummaryIndex.h1177 void print(raw_ostream &OS, bool IsForDebug = false) const;
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegisterBank.h89 void print(raw_ostream &OS, bool IsForDebug = false,