Searched refs:SkipDebugLoc (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineInstr.cpp | 1771 bool SkipDebugLoc, bool AddNewLine, in print() argument 1785 print(OS, MST, IsStandalone, SkipOpers, SkipDebugLoc, AddNewLine, TII); in print() 1789 bool IsStandalone, bool SkipOpers, bool SkipDebugLoc, in print() argument 2039 if (!SkipDebugLoc) { in print() 2071 if (SkipDebugLoc) in print()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstr.h | 1847 bool SkipOpers = false, bool SkipDebugLoc = false, 1852 bool SkipDebugLoc = false, bool AddNewLine = true,
|