Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp804 const MachineInstr *DVInst = Range.first; in collectVariableInfo() local
805 assert(DVInst->isDebugValue() && "Invalid History entry"); in collectVariableInfo()
806 const DIExpression *DIExpr = DVInst->getDebugExpression(); in collectVariableInfo()
817 DVInst->getOperand(0).isReg() ? DVInst->getOperand(0).getReg() : 0; in collectVariableInfo()
822 bool IsIndirect = DVInst->getOperand(1).isImm(); in collectVariableInfo()
823 unsigned CVReg = TRI->getCodeViewRegNum(DVInst->getOperand(0).getReg()); in collectVariableInfo()
827 int64_t Offset = DVInst->getOperand(1).getImm(); in collectVariableInfo()