/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfExpression.cpp | 37 emitOp(dwarf::DW_OP_constu); in emitConstu() 344 if (Op && Op->getOp() == dwarf::DW_OP_constu) { in addMachineRegExpression() 564 case dwarf::DW_OP_constu: in addExpression() 670 emitOp(dwarf::DW_OP_constu); in emitLegacySExt() 676 emitOp(dwarf::DW_OP_constu); in emitLegacySExt() 684 emitOp(dwarf::DW_OP_constu); in emitLegacyZExt()
|
H A D | DebugHandlerBase.cpp | 61 case dwarf::DW_OP_constu: { in extractFromMachineInstruction()
|
H A D | DwarfUnit.cpp | 1234 addUInt(*Block, dwarf::DW_FORM_data1, dwarf::DW_OP_constu); in applySubprogramAttributes() 1558 addUInt(*VBaseLocationDie, dwarf::DW_FORM_data1, dwarf::DW_OP_constu); in constructMemberDIE()
|
/netbsd-src/sys/lib/libunwind/ |
H A D | dwarf2.h | 92 DW_OP_constu = 0x10, // ULEB128 constant enumerator
|
H A D | DwarfInstructions.hpp | 254 case DW_OP_constu: in evaluateExpression()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | DebugInfoMetadata.cpp | 1071 case dwarf::DW_OP_constu: in getSize() 1136 case dwarf::DW_OP_constu: in isValid() 1223 Ops.push_back(dwarf::DW_OP_constu); in appendOffset() 1240 if (getNumElements() == 3 && Elements[0] == dwarf::DW_OP_constu) { in extractIfOffset() 1271 Expr->Elements[PatternSize - 4] == dwarf::DW_OP_constu && in extractAddressClass() 1501 getElement(0) != dwarf::DW_OP_constu)) in isConstant() 1511 return getElement(0) == dwarf::DW_OP_constu in isConstant()
|
/netbsd-src/external/bsd/elftoolchain/dist/libdwarf/ |
H A D | libdwarf_loc.c | 222 case DW_OP_constu: in _dwarf_loc_fill_loc() 536 case DW_OP_constu: in _dwarf_loc_expr_add_atom()
|
H A D | dwarf.h | 435 #define DW_OP_constu 0x10 macro
|
H A D | dwarf_dump.c | 1240 case DW_OP_constu: in dwarf_get_OP_name()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64RegisterInfo.cpp | 623 Ops.push_back(dwarf::DW_OP_constu); in getOffsetOpcodes() 629 Ops.push_back(dwarf::DW_OP_constu); in getOffsetOpcodes()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | DIBuilder.h | 695 VMContext, {dwarf::DW_OP_constu, Val, dwarf::DW_OP_stack_value}); in createConstantValueExpression()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/ |
H A D | MetadataLoader.cpp | 594 case dwarf::DW_OP_constu: in upgradeDIExpression() 615 Buffer.push_back(dwarf::DW_OP_constu); in upgradeDIExpression() 1904 {dwarf::DW_OP_constu, CI->getZExtValue(), in parseOneMetadata()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFExpression.cpp | 40 Descriptions[DW_OP_constu] = Desc(Op::Dwarf2, Op::SizeLEB); in getDescriptions()
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst | 1306 4. ``DW_OP_constu`` 1308 ``DW_OP_constu`` has a single unsigned LEB128 integer operand N. It pushes 1651 The operation is equivalent to performing ``DW_OP_constu B; 1662 ``DW_OP_constu``? 2409 updated as if the ``DW_OP_constu B; DW_OP_LLVM_bit_offset`` operations were 3741 evaluating the DWARF operation expression ``DW_OP_constu AS; 3750 result of evaluating the DWARF operation expression ``DW_OP_constu AS; 3762 of evaluating the DWARF operation expression ``DW_OP_constu AS; 3775 operation expression ``DW_OP_constu AS; DW_OP_aspace_bregx R, 3789 expression ``DW_OP_constu AS; DW_OP_aspace_bregx R, B`` as a location [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 742 {llvm::dwarf::DW_OP_constu, NumElemsPerVG, llvm::dwarf::DW_OP_bregx, in CreateType() 744 llvm::dwarf::DW_OP_constu, 1, llvm::dwarf::DW_OP_minus}); in CreateType() 794 llvm::dwarf::DW_OP_constu, in CreateType() 796 llvm::dwarf::DW_OP_div, llvm::dwarf::DW_OP_constu, LMUL}); in CreateType() 4122 Expr.push_back(llvm::dwarf::DW_OP_constu); in AppendAddressSpaceXDeref()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 1201 dwarf::DW_OP_constu, ValMinus, in TryToShrinkGlobalToBoolean() 1202 dwarf::DW_OP_mul, dwarf::DW_OP_constu, ValInit, in TryToShrinkGlobalToBoolean()
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/ |
H A D | unwind-dw2.c | 624 case DW_OP_constu: in execute_stack_op()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/cr16/ |
H A D | unwind-cr16.c | 592 case DW_OP_constu: in execute_stack_op()
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/cr16/ |
H A D | unwind-cr16.c | 592 case DW_OP_constu: in execute_stack_op()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
H A D | unwind-dw2.c | 624 case DW_OP_constu: in execute_stack_op()
|
/netbsd-src/external/gpl3/gcc.old/dist/include/ |
H A D | dwarf2.def | 502 DW_OP (DW_OP_constu, 0x10)
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 1790 Opcodes.append({dwarf::DW_OP_LLVM_arg, CurrentLocOps++, dwarf::DW_OP_constu, in getSalvageOpsForGEP() 1848 Opcodes.append({dwarf::DW_OP_constu, Val}); in getSalvageOpsForBinOp()
|
/netbsd-src/external/gpl3/binutils/dist/include/ |
H A D | dwarf2.def | 502 DW_OP (DW_OP_constu, 0x10)
|
/netbsd-src/external/gpl3/gcc/dist/include/ |
H A D | dwarf2.def | 502 DW_OP (DW_OP_constu, 0x10)
|
/netbsd-src/external/gpl3/binutils.old/dist/include/ |
H A D | dwarf2.def | 502 DW_OP (DW_OP_constu, 0x10)
|