Home
last modified time | relevance | path

Searched refs:SkipDebugLoc (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineInstr.cpp1577 bool SkipDebugLoc, bool AddNewLine, in print() argument
1591 print(OS, MST, IsStandalone, SkipOpers, SkipDebugLoc, AddNewLine, TII); in print()
1595 bool IsStandalone, bool SkipOpers, bool SkipDebugLoc, in print() argument
1826 if (!SkipDebugLoc) { in print()
1858 if (SkipDebugLoc) in print()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1734 bool SkipDebugLoc = false, bool AddNewLine = true,
1737 bool SkipOpers = false, bool SkipDebugLoc = false,