Home
last modified time | relevance | path

Searched refs:getDebugVariableOp (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineInstr.cpp851 const MachineOperand &MachineInstr::getDebugVariableOp() const { in getDebugVariableOp() function in MachineInstr
857 MachineOperand &MachineInstr::getDebugVariableOp() { in getDebugVariableOp() function in MachineInstr
864 return cast<DILocalVariable>(getDebugVariableOp().getMetadata()); in getDebugVariable()
1874 if (isDebugValue() && getDebugVariableOp().isMetadata()) { in print()
H A DLiveDebugVariables.cpp806 if (!MI.getDebugVariableOp().isMetadata()) { in handleDebugValue()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineInstr.h461 const MachineOperand &getDebugVariableOp() const;
462 MachineOperand &getDebugVariableOp();