Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp935 const MachineOperand &MachineInstr::getDebugVariableOp() const { in getDebugVariableOp() function in MachineInstr
941 MachineOperand &MachineInstr::getDebugVariableOp() { in getDebugVariableOp() function in MachineInstr
948 return cast<DILocalVariable>(getDebugVariableOp().getMetadata()); in getDebugVariable()
2090 if (getDebugVariableOp().isMetadata()) { in print()
H A DLiveDebugVariables.cpp817 if (!MI.getDebugVariableOp().isMetadata()) { in handleDebugValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h525 LLVM_ABI const MachineOperand &getDebugVariableOp() const;
526 LLVM_ABI MachineOperand &getDebugVariableOp();