Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DRegisterBank.cpp87 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 DAsmWriter.cpp2589 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 DComdat.h47 void print(raw_ostream &OS, bool IsForDebug = false) const;
H A DMetadata.h125 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 DValue.h237 void print(raw_ostream &O, bool IsForDebug = false) const;
239 bool IsForDebug = false) const;
H A DBasicBlock.h291 bool IsForDebug = false) const;
H A DType.h122 void print(raw_ostream &O, bool IsForDebug = false,
H A DFunction.h860 bool IsForDebug = false) const;
H A DModule.h802 bool IsForDebug = false) const;
H A DModuleSummaryIndex.h1512 void print(raw_ostream &OS, bool IsForDebug = false) const;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegisterBank.h88 void print(raw_ostream &OS, bool IsForDebug = false,