Searched refs:SkipDebugLoc (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() 1596 bool IsStandalone, bool SkipOpers, bool SkipDebugLoc, in print() argument 1814 if (!SkipDebugLoc) { in print() 1846 if (SkipDebugLoc) in print()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | MachineInstr.h | 1694 bool SkipDebugLoc = false, bool AddNewLine = true, 1697 bool SkipOpers = false, bool SkipDebugLoc = false,
|