Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DComdat.h45 void print(raw_ostream &OS, bool IsForDebug = false) const;
DValue.h204 void print(raw_ostream &O, bool IsForDebug = false) const;
206 bool IsForDebug = false) const;
DMetadata.h129 bool IsForDebug = false) const;
131 bool IsForDebug = false) const;
1201 void print(raw_ostream &ROS, bool IsForDebug = false) const;
DType.h111 void print(raw_ostream &O, bool IsForDebug = false) const;
DModule.h596 bool IsForDebug = false) const;
/external/llvm/lib/IR/
DAsmWriter.cpp2010 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 …]