Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp523 DIEDwarfExpression DwarfExpr(*Asm, *this, *Loc); in constructVariableDIEImpl() local
529 DwarfExpr.AddMachineRegIndirect(FrameReg, Offset); in constructVariableDIEImpl()
530 DwarfExpr.AddExpression((*Expr)->expr_op_begin(), (*Expr)->expr_op_end()); in constructVariableDIEImpl()
772 DIEDwarfExpression DwarfExpr(*Asm, *this, *Loc); in addComplexAddress() local
777 ValidReg = DwarfExpr.AddMachineRegIndirect(Location.getReg(), in addComplexAddress()
780 DwarfExpr.AddExpression(Expr->expr_op_begin(), Expr->expr_op_end()); in addComplexAddress()
782 ValidReg = DwarfExpr.AddMachineRegExpression(Expr, Location.getReg()); in addComplexAddress()
DDwarfDebug.cpp1496 DebugLocDwarfExpression DwarfExpr(*AP.MF->getSubtarget().getRegisterInfo(), in emitDebugLocValue() local
1503 DwarfExpr.AddSignedConstant(Value.getInt()); in emitDebugLocValue()
1505 DwarfExpr.AddUnsignedConstant(Value.getInt()); in emitDebugLocValue()
1515 DwarfExpr.AddMachineRegIndirect(Loc.getReg(), Loc.getOffset()); in emitDebugLocValue()
1516 DwarfExpr.AddExpression(Expr->expr_op_begin(), Expr->expr_op_end(), in emitDebugLocValue()
1519 DwarfExpr.AddMachineRegExpression(Expr, Loc.getReg(), in emitDebugLocValue()