Home
last modified time | relevance | path

Searched refs:DW_OP_plus (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/contrib/llvm-project/libunwind/src/
H A Ddwarf2.h112 DW_OP_plus = 0x22, enumerator
H A DDwarfInstructions.hpp630 case DW_OP_plus: in evaluateExpression()
/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_loc.c154 case DW_OP_plus: in _dwarf_loc_fill_loc()
474 case DW_OP_plus: in _dwarf_loc_expr_add_atom()
H A Ddwarf.h382 #define DW_OP_plus 0x22 macro
H A Ddwarf_dump.c1197 case DW_OP_plus: in dwarf_get_OP_name()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBLocationToDWARFExpression.cpp118 stream.PutHex8(DW_OP_plus); in ConvertPDBLocationToDWARFExpression()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp365 if (N && N->getOp() == dwarf::DW_OP_plus && Offset <= IntMax) { in addMachineRegExpression()
554 case dwarf::DW_OP_plus: in addExpression()
H A DDwarfCompileUnit.cpp290 addUInt(*Loc, dwarf::DW_FORM_data1, dwarf::DW_OP_plus); in addLocationAttribute()
321 addUInt(*Loc, dwarf::DW_FORM_data1, dwarf::DW_OP_plus); in addLocationAttribute()
340 addUInt(*Loc, dwarf::DW_FORM_data1, dwarf::DW_OP_plus); in addLocationAttribute()
533 addUInt(*Loc, dwarf::DW_FORM_data1, dwarf::DW_OP_plus); in updateSubprogramScopeDIE()
H A DDebugHandlerBase.cpp67 case dwarf::DW_OP_plus: in extractFromMachineInstruction()
H A DDwarfUnit.cpp327 addUInt(Die, dwarf::DW_FORM_data1, dwarf::DW_OP_plus); in addPoolOpAddress()
1619 addUInt(*VBaseLocationDie, dwarf::DW_FORM_data1, dwarf::DW_OP_plus); in constructMemberDIE()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DPostfixExpression.cpp187 m_out_stream.PutHex8(DW_OP_plus); in Visit()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp196 stream.PutHex8(llvm::dwarf::DW_OP_plus); in MakeVFrameRelLocationExpression()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVLocation.cpp195 case dwarf::DW_OP_plus: in getOperandsDWARFInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp436 Expr.push_back((uint8_t)dwarf::DW_OP_plus); in createDefCFAExpression()
449 Expr.push_back((uint8_t)dwarf::DW_OP_plus); in createDefCFAExpression()
H A DRISCVRegisterInfo.cpp734 Ops.push_back(dwarf::DW_OP_plus); in getOffsetOpcodes()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp56 Descriptions[DW_OP_plus] = Desc(Op::Dwarf2); in getOpDescriptions()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1469 case dwarf::DW_OP_plus: in isValid()
1702 if (SingleLocElts[2] == dwarf::DW_OP_plus) { in extractIfOffset()
1929 case dwarf::DW_OP_plus: in createFragmentExpression()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp172 case DW_OP_plus: // 0x22 in GetOpcodeDataSize()
1585 case DW_OP_plus: in Evaluate()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp857 Ops.push_back(dwarf::DW_OP_plus); in getOffsetOpcodes()
H A DAArch64InstrInfo.cpp5169 Expr.push_back((uint8_t)dwarf::DW_OP_plus); in appendVGScaledOffsetExpr()
5182 Expr.push_back((uint8_t)dwarf::DW_OP_plus); in appendVGScaledOffsetExpr()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp664 case dwarf::DW_OP_plus: in upgradeDIExpression()
678 case dwarf::DW_OP_plus: in upgradeDIExpression()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6190 Success &= pushArithmeticExpr(AddExpr, llvm::dwarf::DW_OP_plus); in pushSCEV()
6211 case llvm::dwarf::DW_OP_plus: in isIdentityFunction()
6243 if (!isIdentityFunction(llvm::dwarf::DW_OP_plus, Start)) { in SCEVToValueExpr()
6246 pushOperator(llvm::dwarf::DW_OP_plus); in SCEVToValueExpr()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2387 dwarf::DW_OP_plus}); in getSalvageOpsForGEP()
2396 return dwarf::DW_OP_plus; in getDwarfOpForBinOp()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1221 dwarf::DW_OP_plus}; in TryToShrinkGlobalToBoolean()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp295 if (Elements[2] == dwarf::DW_OP_plus) in getDerefOffsetInBytes()

12