Searched refs:IsForDebug (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | Comdat.h | 45 void print(raw_ostream &OS, bool IsForDebug = false) const;
|
D | Value.h | 204 void print(raw_ostream &O, bool IsForDebug = false) const; 206 bool IsForDebug = false) const;
|
D | Metadata.h | 129 bool IsForDebug = false) const; 131 bool IsForDebug = false) const; 1201 void print(raw_ostream &ROS, bool IsForDebug = false) const;
|
D | Type.h | 111 void print(raw_ostream &O, bool IsForDebug = false) const;
|
D | Module.h | 596 bool IsForDebug = false) const;
|
/external/llvm/lib/IR/ |
D | AsmWriter.cpp | 2010 bool IsForDebug; member in __anond169a03a0611::AssemblyWriter 2018 AssemblyAnnotationWriter *AAW, bool IsForDebug, 2069 bool IsForDebug, bool ShouldPreserveUseListOrder) in AssemblyWriter() argument 2071 IsForDebug(IsForDebug), in AssemblyWriter() 2572 if (F->isDeclaration() && !IsForDebug) { in printFunction() 3222 bool ShouldPreserveUseListOrder, bool IsForDebug) const { in print() 3225 AssemblyWriter W(OS, SlotTable, this, AAW, IsForDebug, in print() 3230 void NamedMDNode::print(raw_ostream &ROS, bool IsForDebug) const { in print() 3233 AssemblyWriter W(OS, SlotTable, getParent(), nullptr, IsForDebug); in print() 3285 void Value::print(raw_ostream &ROS, bool IsForDebug) const { in print() [all …]
|