Searched refs:IsForDebug (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | RegisterBank.cpp | 87 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 D | RegisterBank.h | 88 void print(raw_ostream &OS, bool IsForDebug = false,
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Comdat.h | 49 void print(raw_ostream &OS, bool IsForDebug = false) const;
|
| H A D | Metadata.h | 124 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 D | Value.h | 236 void print(raw_ostream &O, bool IsForDebug = false) const; 238 bool IsForDebug = false) const;
|
| H A D | Type.h | 123 void print(raw_ostream &O, bool IsForDebug = false,
|
| H A D | BasicBlock.h | 309 bool IsForDebug = false) const;
|
| H A D | Function.h | 833 bool IsForDebug = false) const;
|
| H A D | Module.h | 808 bool IsForDebug = false) const;
|
| H A D | ModuleSummaryIndex.h | 1731 void print(raw_ostream &OS, bool IsForDebug = false) const;
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 2554 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 …]
|