Home
last modified time | relevance | path

Searched refs:AddNewLine (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Option/
H A DOption.cpp41 void Option::print(raw_ostream &O, bool AddNewLine) const { in print()
86 if (AddNewLine) in print()
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DOption.h236 void print(raw_ostream &O, bool AddNewLine = true) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp1603 bool SkipDebugLoc, bool AddNewLine, in print() argument
1617 print(OS, MST, IsStandalone, SkipOpers, SkipDebugLoc, AddNewLine, TII); in print()
1622 bool AddNewLine, const TargetInstrInfo *TII) const { in print() argument
1922 if (AddNewLine) in print()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1784 bool SkipDebugLoc = false, bool AddNewLine = true,
1788 bool AddNewLine = true,