Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineInstr.cpp120 : MCID(&tid), debugLoc(std::move(dl)), DebugInstrNum(0) { in MachineInstr()
139 DebugInstrNum(0) { in MachineInstr()
1808 if (DebugInstrNum) { in print()
1811 OS << " debug-instr-number " << DebugInstrNum; in print()
2373 if (DebugInstrNum == 0) in getDebugInstrNum()
2374 DebugInstrNum = getParent()->getParent()->getNewDebugInstrNum(); in getDebugInstrNum()
2375 return DebugInstrNum; in getDebugInstrNum()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineInstr.h256 unsigned DebugInstrNum; variable
460 unsigned peekDebugInstrNum() const { return DebugInstrNum; }
464 void setDebugInstrNum(unsigned Num) { DebugInstrNum = Num; }