Searched refs:AddNewLine (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineInstr.cpp | 1578 bool SkipDebugLoc, bool AddNewLine, in print() argument 1592 print(OS, MST, IsStandalone, SkipOpers, SkipDebugLoc, AddNewLine, TII); in print() 1597 bool AddNewLine, const TargetInstrInfo *TII) const { in print() argument 1874 if (AddNewLine) in print()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstr.h | 1704 bool SkipDebugLoc = false, bool AddNewLine = true, 1708 bool AddNewLine = true,
|