Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h514 const MachineOperand &getDebugVariableOp() const;
515 MachineOperand &getDebugVariableOp();
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp908 const MachineOperand &MachineInstr::getDebugVariableOp() const { in getDebugVariableOp() function in MachineInstr
914 MachineOperand &MachineInstr::getDebugVariableOp() { in getDebugVariableOp() function in MachineInstr
921 return cast<DILocalVariable>(getDebugVariableOp().getMetadata()); in getDebugVariable()
1979 if (getDebugVariableOp().isMetadata()) { in print()
H A DLiveDebugVariables.cpp807 if (!MI.getDebugVariableOp().isMetadata()) { in handleDebugValue()