Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineInstr.cpp796 const MachineOperand &MachineInstr::getDebugVariableOp() const { in getDebugVariableOp() function in MachineInstr
802 MachineOperand &MachineInstr::getDebugVariableOp() { in getDebugVariableOp() function in MachineInstr
809 return cast<DILocalVariable>(getDebugVariableOp().getMetadata()); in getDebugVariable()
1806 if (isDebugValue() && getDebugVariableOp().isMetadata()) { in print()
H A DLiveDebugVariables.cpp805 if (!MI.getDebugVariableOp().isMetadata()) { in handleDebugValue()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineInstr.h436 const MachineOperand &getDebugVariableOp() const;
437 MachineOperand &getDebugVariableOp();