Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp1661 bool SkipDebugLoc, bool AddNewLine, in print() argument
1675 print(OS, MST, IsStandalone, SkipOpers, SkipDebugLoc, AddNewLine, TII); in print()
1679 bool IsStandalone, bool SkipOpers, bool SkipDebugLoc, in print() argument
1928 if (!SkipDebugLoc) { in print()
1960 if (SkipDebugLoc) in print()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1816 bool SkipDebugLoc = false, bool AddNewLine = true,
1819 bool SkipOpers = false, bool SkipDebugLoc = false,