Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.h107 class DebugLocDwarfExpression : public DwarfExpression {
111 DebugLocDwarfExpression(const TargetRegisterInfo &TRI, in DebugLocDwarfExpression() function
DDwarfDebug.cpp119 void DebugLocDwarfExpression::EmitOp(uint8_t Op, const char *Comment) { in EmitOp()
125 void DebugLocDwarfExpression::EmitSigned(int64_t Value) { in EmitSigned()
129 void DebugLocDwarfExpression::EmitUnsigned(uint64_t Value) { in EmitUnsigned()
133 bool DebugLocDwarfExpression::isFrameRegister(unsigned MachineReg) { in isFrameRegister()
1496 DebugLocDwarfExpression DwarfExpr(*AP.MF->getSubtarget().getRegisterInfo(), in emitDebugLocValue()
1550 DebugLocDwarfExpression Expr(*AP.MF->getSubtarget().getRegisterInfo(), in finalize()
DAsmPrinterDwarf.cpp181 DebugLocDwarfExpression Expr(*MF->getSubtarget().getRegisterInfo(), in EmitDwarfRegOp()