Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegisterBank.cpp87 void RegisterBank::print(raw_ostream &OS, bool IsForDebug, in print() argument
90 if (!IsForDebug) in print()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRegisterBank.h88 void print(raw_ostream &OS, bool IsForDebug = false,
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DComdat.h49 void print(raw_ostream &OS, bool IsForDebug = false) const;
H A DMetadata.h124 bool IsForDebug = false) const;
126 bool IsForDebug = false) const;
1665 void print(raw_ostream &ROS, bool IsForDebug = false) const;
1667 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.h309 bool IsForDebug = false) const;
H A DFunction.h833 bool IsForDebug = false) const;
H A DModule.h808 bool IsForDebug = false) const;
H A DModuleSummaryIndex.h1731 void print(raw_ostream &OS, bool IsForDebug = false) const;
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAsmWriter.cpp2554 bool IsForDebug; member in __anon4f18fdef0911::AssemblyWriter
2565 AssemblyAnnotationWriter *AAW, bool IsForDebug,
2569 const ModuleSummaryIndex *Index, bool IsForDebug);
2652 bool IsForDebug, bool ShouldPreserveUseListOrder) in AssemblyWriter() argument
2654 IsForDebug(IsForDebug), in AssemblyWriter()
2664 const ModuleSummaryIndex *Index, bool IsForDebug) in AssemblyWriter() argument
2666 IsForDebug(IsForDebug), ShouldPreserveUseListOrder(false) {} in AssemblyWriter()
3825 if (F->isDeclaration() && !IsForDebug) { in printFunction()
4592 bool IsForDebug) const { in print()
4596 IsForDebug, in print()
[all …]