Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp37 emitOp(dwarf::DW_OP_constu); in emitConstu()
361 if (Op && Op->getOp() == dwarf::DW_OP_constu) { in addMachineRegExpression()
580 case dwarf::DW_OP_constu: in addExpression()
688 emitOp(dwarf::DW_OP_constu); in emitLegacySExt()
694 emitOp(dwarf::DW_OP_constu); in emitLegacySExt()
705 emitOp(dwarf::DW_OP_constu); in emitLegacyZExt()
714 emitOp(dwarf::DW_OP_constu); in emitLegacyZExt()
H A DDebugHandlerBase.cpp59 case dwarf::DW_OP_constu: { in extractFromMachineInstruction()
H A DDwarfUnit.cpp1291 addUInt(*Block, dwarf::DW_FORM_data1, dwarf::DW_OP_constu); in applySubprogramAttributes()
1613 addUInt(*VBaseLocationDie, dwarf::DW_FORM_data1, dwarf::DW_OP_constu); in constructMemberDIE()
/openbsd/gnu/llvm/libunwind/src/
H A Ddwarf2.h94 DW_OP_constu = 0x10, // ULEB128 constant enumerator
H A DDwarfInstructions.hpp496 case DW_OP_constu: in evaluateExpression()
/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbdwarf.py16 DW_OP_constu = 0x10 variable
/openbsd/gnu/llvm/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1307 case dwarf::DW_OP_constu: in getSize()
1375 case dwarf::DW_OP_constu: in isValid()
1567 Ops.push_back(dwarf::DW_OP_constu); in appendOffset()
1587 if (getNumElements() == 3 && Elements[0] == dwarf::DW_OP_constu) { in extractIfOffset()
1618 Expr->Elements[PatternSize - 4] == dwarf::DW_OP_constu && in extractAddressClass()
1918 getElement(0) != dwarf::DW_OP_constu)) in isConstant()
1928 return getElement(0) == dwarf::DW_OP_constu in isConstant()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Ddwarf2.h263 DW_OP_constu = 0x10, enumerator
H A Dunwind-dw2.c442 case DW_OP_constu: in execute_stack_op()
/openbsd/gnu/usr.bin/binutils/include/elf/
H A Ddwarf2.h381 DW_OP_constu = 0x10, enumerator
/openbsd/usr.bin/ctfconv/
H A Ddwarf.h491 #define DW_OP_constu 0x10 macro
H A Ddw.c601 case DW_OP_constu: in dw_loc_parse()
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/
H A Ddwarf2.h398 DW_OP_constu = 0x10, enumerator
/openbsd/gnu/gcc/gcc/
H A Ddwarf2.h400 DW_OP_constu = 0x10, enumerator
H A Dunwind-dw2.c549 case DW_OP_constu: in execute_stack_op()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp806 Ops.push_back(dwarf::DW_OP_constu); in getOffsetOpcodes()
812 Ops.push_back(dwarf::DW_OP_constu); in getOffsetOpcodes()
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.cpp670 Ops.push_back(dwarf::DW_OP_constu); in getOffsetOpcodes()
676 Ops.push_back(dwarf::DW_OP_constu); in getOffsetOpcodes()
/openbsd/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVLocation.cpp71 case dwarf::DW_OP_constu: in getOperandsDWARFInfo()
/openbsd/gnu/usr.bin/binutils/gdb/
H A Ddwarf2expr.c342 case DW_OP_constu: in execute_stack_op()
/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp39 Descriptions[DW_OP_constu] = Desc(Op::Dwarf2, Op::SizeLEB); in getDescriptions()
/openbsd/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp580 case dwarf::DW_OP_constu: in upgradeDIExpression()
601 Buffer.push_back(dwarf::DW_OP_constu); in upgradeDIExpression()
1951 {dwarf::DW_OP_constu, CI->getZExtValue(), in parseOneMetadata()
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DDIBuilder.h740 VMContext, {dwarf::DW_OP_constu, Val, dwarf::DW_OP_stack_value}); in createConstantValueExpression()
/openbsd/gnu/llvm/lldb/source/Expression/
H A DDWARFExpression.cpp283 case DW_OP_constu: // 0x10 1 ULEB128 constant in GetOpcodeDataSize()
1283 case DW_OP_constu: in Evaluate()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp744 {llvm::dwarf::DW_OP_constu, NumElemsPerVG, llvm::dwarf::DW_OP_bregx, in CreateType()
746 llvm::dwarf::DW_OP_constu, 1, llvm::dwarf::DW_OP_minus}); in CreateType()
796 llvm::dwarf::DW_OP_constu, in CreateType()
798 llvm::dwarf::DW_OP_div, llvm::dwarf::DW_OP_constu, LMUL}); in CreateType()
804 Expr.append({llvm::dwarf::DW_OP_constu, 1, llvm::dwarf::DW_OP_minus}); in CreateType()
4324 Expr.push_back(llvm::dwarf::DW_OP_constu); in AppendAddressSpaceXDeref()
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1201 dwarf::DW_OP_constu, ValMinus, in TryToShrinkGlobalToBoolean()
1202 dwarf::DW_OP_mul, dwarf::DW_OP_constu, ValInit, in TryToShrinkGlobalToBoolean()

12