Searched refs:SkipDebugLoc (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineInstr.cpp | 1266 bool SkipDebugLoc, bool AddNewLine, in print() argument 1280 print(OS, MST, IsStandalone, SkipOpers, SkipDebugLoc, TII); in print() 1284 bool IsStandalone, bool SkipOpers, bool SkipDebugLoc, in print() argument 1489 if (!SkipDebugLoc) { in print() 1521 if (SkipDebugLoc) in print()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 1280 bool SkipDebugLoc = false, bool AddNewLine = true, 1283 bool SkipOpers = false, bool SkipDebugLoc = false,
|