Searched refs:SkipDebugLoc (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MachineInstr.cpp | 1522 bool SkipDebugLoc, bool AddNewLine, in print() argument 1536 print(OS, MST, IsStandalone, SkipOpers, SkipDebugLoc, AddNewLine, TII); in print() 1540 bool IsStandalone, bool SkipOpers, bool SkipDebugLoc, in print() argument 1758 if (!SkipDebugLoc) { in print() 1790 if (SkipDebugLoc) in print()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstr.h | 1679 bool SkipDebugLoc = false, bool AddNewLine = true, 1682 bool SkipOpers = false, bool SkipDebugLoc = false,
|