Searched refs:IsForDebug (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | RegisterBank.cpp | 87 void RegisterBank::print(raw_ostream &OS, bool IsForDebug, in print() argument 90 if (!IsForDebug) in print()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 2589 bool IsForDebug; member in __anonf93afd230a11::AssemblyWriter 2600 AssemblyAnnotationWriter *AAW, bool IsForDebug, 2604 const ModuleSummaryIndex *Index, bool IsForDebug); 2682 bool IsForDebug, bool ShouldPreserveUseListOrder) in AssemblyWriter() argument 2684 IsForDebug(IsForDebug), in AssemblyWriter() 2694 const ModuleSummaryIndex *Index, bool IsForDebug) in AssemblyWriter() argument 2696 IsForDebug(IsForDebug), ShouldPreserveUseListOrder(false) {} in AssemblyWriter() 3744 if (F->isDeclaration() && !IsForDebug) { in printFunction() 4520 bool IsForDebug) const { in print() 4524 IsForDebug, in print() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | Comdat.h | 47 void print(raw_ostream &OS, bool IsForDebug = false) const;
|
H A D | Metadata.h | 125 bool IsForDebug = false) const; 127 bool IsForDebug = false) const; 1464 void print(raw_ostream &ROS, bool IsForDebug = false) const; 1466 bool IsForDebug = false) const;
|
H A D | Value.h | 237 void print(raw_ostream &O, bool IsForDebug = false) const; 239 bool IsForDebug = false) const;
|
H A D | BasicBlock.h | 291 bool IsForDebug = false) const;
|
H A D | Type.h | 122 void print(raw_ostream &O, bool IsForDebug = false,
|
H A D | Function.h | 860 bool IsForDebug = false) const;
|
H A D | Module.h | 802 bool IsForDebug = false) const;
|
H A D | ModuleSummaryIndex.h | 1512 void print(raw_ostream &OS, bool IsForDebug = false) const;
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | RegisterBank.h | 88 void print(raw_ostream &OS, bool IsForDebug = false,
|