Searched refs:AddNewLine (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | MachineInstr.h | 1694 bool SkipDebugLoc = false, bool AddNewLine = true, 1698 bool AddNewLine = true,
|