Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfExpression.cpp37 emitOp(dwarf::DW_OP_constu); in emitConstu()
295 if (Op && Op->getOp() == dwarf::DW_OP_constu) { in addMachineRegExpression()
445 case dwarf::DW_OP_constu: in addExpression()
557 emitOp(dwarf::DW_OP_constu); in emitLegacySExt()
563 emitOp(dwarf::DW_OP_constu); in emitLegacySExt()
571 emitOp(dwarf::DW_OP_constu); in emitLegacyZExt()
HDDebugHandlerBase.cpp46 case dwarf::DW_OP_constu: { in extractFromMachineInstruction()
HDDwarfUnit.cpp1261 addUInt(*Block, dwarf::DW_FORM_data1, dwarf::DW_OP_constu); in applySubprogramAttributes()
1483 addUInt(*VBaseLocationDie, dwarf::DW_FORM_data1, dwarf::DW_OP_constu); in constructMemberDIE()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDDebugInfoMetadata.cpp844 case dwarf::DW_OP_constu: in getSize()
907 case dwarf::DW_OP_constu: in isValid()
991 Ops.push_back(dwarf::DW_OP_constu); in appendOffset()
1008 if (getNumElements() == 3 && Elements[0] == dwarf::DW_OP_constu) { in extractIfOffset()
1028 Expr->Elements[PatternSize - 4] == dwarf::DW_OP_constu && in extractAddressClass()
1191 if (getElement(0) != dwarf::DW_OP_constu || in isConstant()
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
HDdwarf2.h94 DW_OP_constu = 0x10, // ULEB128 constant enumerator
HDDwarfInstructions.hpp393 case DW_OP_constu: in evaluateExpression()
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
HDlibdwarf_loc.c219 case DW_OP_constu: in _dwarf_loc_fill_loc()
533 case DW_OP_constu: in _dwarf_loc_expr_add_atom()
HDdwarf.h309 #define DW_OP_constu 0x10 macro
HDdwarf_dump.c1143 case DW_OP_constu: in dwarf_get_OP_name()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDLocal.cpp1725 return applyOps({dwarf::DW_OP_constu, Val, dwarf::DW_OP_mul}); in salvageDebugInfoImpl()
1727 return applyOps({dwarf::DW_OP_constu, Val, dwarf::DW_OP_div}); in salvageDebugInfoImpl()
1729 return applyOps({dwarf::DW_OP_constu, Val, dwarf::DW_OP_mod}); in salvageDebugInfoImpl()
1731 return applyOps({dwarf::DW_OP_constu, Val, dwarf::DW_OP_or}); in salvageDebugInfoImpl()
1733 return applyOps({dwarf::DW_OP_constu, Val, dwarf::DW_OP_and}); in salvageDebugInfoImpl()
1735 return applyOps({dwarf::DW_OP_constu, Val, dwarf::DW_OP_xor}); in salvageDebugInfoImpl()
1737 return applyOps({dwarf::DW_OP_constu, Val, dwarf::DW_OP_shl}); in salvageDebugInfoImpl()
1739 return applyOps({dwarf::DW_OP_constu, Val, dwarf::DW_OP_shr}); in salvageDebugInfoImpl()
1741 return applyOps({dwarf::DW_OP_constu, Val, dwarf::DW_OP_shra}); in salvageDebugInfoImpl()
/freebsd-11-stable/contrib/gcc/
HDdwarf2.h405 DW_OP_constu = 0x10, enumerator
HDunwind-dw2.c522 case DW_OP_constu: in execute_stack_op()
HDdwarf2out.c2819 case DW_OP_constu: in dwarf_stack_op_name()
3166 case DW_OP_constu: in size_of_loc_descr()
3335 case DW_OP_constu: in output_loc_operands()
8763 op = DW_OP_constu; in int_loc_descriptor()
9834 op = DW_OP_constu; in add_data_member_location_attribute()
11012 new_loc_descr (DW_OP_constu, in add_pure_or_virtual_attribute()
/freebsd-11-stable/contrib/binutils/include/elf/
HDdwarf2.h400 DW_OP_constu = 0x10, enumerator
/freebsd-11-stable/contrib/gdb/gdb/
HDdwarf2expr.c343 case DW_OP_constu: in execute_stack_op()
HDdwarf2read.c6831 case DW_OP_constu: in dwarf_stack_op_name()
7588 case DW_OP_constu: in decode_locdesc()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFExpression.cpp41 Descriptions[DW_OP_constu] = Desc(Op::Dwarf2, Op::SizeLEB); in getDescriptions()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDMetadataLoader.cpp584 case dwarf::DW_OP_constu: in upgradeDIExpression()
605 Buffer.push_back(dwarf::DW_OP_constu); in upgradeDIExpression()
1744 {dwarf::DW_OP_constu, CI->getZExtValue(), in parseOneMetadata()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
HDDWARFExpression.cpp339 case DW_OP_constu: // 0x10 1 ULEB128 constant in GetOpcodeDataSize()
1285 case DW_OP_constu: in Evaluate()
2623 case DW_OP_constu: in print_dwarf_exp_op()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDDIBuilder.h646 VMContext, {dwarf::DW_OP_constu, Val, dwarf::DW_OP_stack_value}); in createConstantValueExpression()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDGlobalOpt.cpp1693 dwarf::DW_OP_constu, ValMinus, in TryToShrinkGlobalToBoolean()
1694 dwarf::DW_OP_mul, dwarf::DW_OP_constu, ValInit, in TryToShrinkGlobalToBoolean()
/freebsd-11-stable/contrib/binutils/binutils/
HDdwarf.c640 case DW_OP_constu: in decode_location_expression()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86InstrInfo.cpp7643 Ops.push_back(dwarf::DW_OP_constu); in describeLoadedValue()
7666 Ops.push_back(dwarf::DW_OP_constu); in describeLoadedValue()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGDebugInfo.cpp3849 Expr.push_back(llvm::dwarf::DW_OP_constu); in AppendAddressSpaceXDeref()
/freebsd-11-stable/contrib/elftoolchain/readelf/
HDreadelf.c6533 case DW_OP_constu: in dump_dwarf_loc()