Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp843 const MachineOperand &MachineInstr::getDebugVariableOp() const { in getDebugVariableOp() function in MachineInstr
849 MachineOperand &MachineInstr::getDebugVariableOp() { in getDebugVariableOp() function in MachineInstr
856 return cast<DILocalVariable>(getDebugVariableOp().getMetadata()); in getDebugVariable()
1862 if (isDebugValue() && getDebugVariableOp().isMetadata()) { in print()
H A DLiveDebugVariables.cpp809 if (!MI.getDebugVariableOp().isMetadata()) { in handleDebugValue()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h434 const MachineOperand &getDebugVariableOp() const;
435 MachineOperand &getDebugVariableOp();