Lines Matching refs:DwarfExpression
28 void DwarfExpression::emitConstu(uint64_t Value) { in emitConstu()
42 void DwarfExpression::addReg(int DwarfReg, const char *Comment) { in addReg()
55 void DwarfExpression::addBReg(int DwarfReg, int Offset) { in addBReg()
67 void DwarfExpression::addFBReg(int Offset) { in addFBReg()
72 void DwarfExpression::addOpPiece(unsigned SizeInBits, unsigned OffsetInBits) { in addOpPiece()
89 void DwarfExpression::addShr(unsigned ShiftBy) { in addShr()
94 void DwarfExpression::addAnd(unsigned Mask) { in addAnd()
99 bool DwarfExpression::addMachineReg(const TargetRegisterInfo &TRI, in addMachineReg()
185 void DwarfExpression::addStackValue() { in addStackValue()
190 void DwarfExpression::addSignedConstant(int64_t Value) { in addSignedConstant()
197 void DwarfExpression::addUnsignedConstant(uint64_t Value) { in addUnsignedConstant()
203 void DwarfExpression::addUnsignedConstant(const APInt &Value) { in addUnsignedConstant()
223 void DwarfExpression::addConstantFP(const APFloat &APF, const AsmPrinter &AP) { in addConstantFP()
250 bool DwarfExpression::addMachineRegExpression(const TargetRegisterInfo &TRI, in addMachineRegExpression()
391 void DwarfExpression::setEntryValueFlags(const MachineLocation &Loc) { in setEntryValueFlags()
397 void DwarfExpression::setLocation(const MachineLocation &Loc, in setLocation()
406 void DwarfExpression::beginEntryValueExpression( in beginEntryValueExpression()
422 void DwarfExpression::finalizeEntryValue() { in finalizeEntryValue()
440 void DwarfExpression::cancelEntryValue() { in cancelEntryValue()
453 unsigned DwarfExpression::getOrCreateBaseType(unsigned BitSize, in getOrCreateBaseType()
484 void DwarfExpression::addExpression(DIExpressionCursor &&ExprCursor) { in addExpression()
491 bool DwarfExpression::addExpression( in addExpression()
661 void DwarfExpression::maskSubRegister() { in maskSubRegister()
669 void DwarfExpression::finalize() { in finalize()
680 void DwarfExpression::addFragmentOffset(const DIExpression *Expr) { in addFragmentOffset()
692 void DwarfExpression::emitLegacySExt(unsigned FromBits) { in emitLegacySExt()
707 void DwarfExpression::emitLegacyZExt(unsigned FromBits) { in emitLegacyZExt()
730 void DwarfExpression::addWasmLocation(unsigned Index, uint64_t Offset) { in addWasmLocation()