Searched refs:AddNewLine (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineInstr.h | 1816 bool SkipDebugLoc = false, bool AddNewLine = true, 1820 bool AddNewLine = true,
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineInstr.cpp | 1661 bool SkipDebugLoc, bool AddNewLine, in print() argument 1675 print(OS, MST, IsStandalone, SkipOpers, SkipDebugLoc, AddNewLine, TII); in print() 1680 bool AddNewLine, const TargetInstrInfo *TII) const { in print() argument 1992 if (AddNewLine) in print()
|