/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfExpression.cpp | 350 if (Op && (Op->getOp() == dwarf::DW_OP_plus_uconst)) { in addMachineRegExpression() 585 case dwarf::DW_OP_plus_uconst: in addExpression() 587 emitOp(dwarf::DW_OP_plus_uconst); in addExpression()
|
H A D | DebugHandlerBase.cpp | 76 case dwarf::DW_OP_plus_uconst: in extractFromMachineInstruction()
|
H A D | DwarfUnit.cpp | 1710 addUInt(*MemLocationDie, dwarf::DW_FORM_data1, dwarf::DW_OP_plus_uconst); in constructMemberDIE()
|
H A D | CodeViewDebug.cpp | 3247 (DIE->getElement(0) == dwarf::DW_OP_plus_uconst)) in collectGlobalVariableInfo()
|
/freebsd/contrib/llvm-project/libunwind/src/ |
H A D | dwarf2.h | 113 DW_OP_plus_uconst = 0x23, // ULEB128 addend enumerator
|
H A D | DwarfInstructions.hpp | 637 case DW_OP_plus_uconst: in evaluateExpression()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DIExpressionOptimizer.cpp | 130 if (OpRaw == dwarf::DW_OP_plus_uconst) { in canonicalizeDwarfOperations() 176 ResultOps.push_back(dwarf::DW_OP_plus_uconst); in optimizeDwarfOperations()
|
H A D | DebugInfoMetadata.cpp | 1414 case dwarf::DW_OP_plus_uconst: in getSize() 1482 case dwarf::DW_OP_plus_uconst: in isValid() 1720 Ops.push_back(dwarf::DW_OP_plus_uconst); in appendOffset() 1744 SingleLocElts[0] == dwarf::DW_OP_plus_uconst) { in extractIfOffset() 1781 } else if (Op == dwarf::DW_OP_plus_uconst) { in extractLeadingOffset() 2020 case dwarf::DW_OP_plus_uconst: in createFragmentExpression()
|
H A D | Metadata.cpp | 1787 Elements[0] = dwarf::DW_OP_plus_uconst; in copyMetadata()
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | libdwarf_loc.c | 220 case DW_OP_plus_uconst: in _dwarf_loc_fill_loc() 534 case DW_OP_plus_uconst: in _dwarf_loc_expr_add_atom()
|
H A D | dwarf.h | 383 #define DW_OP_plus_uconst 0x23 macro
|
H A D | dwarf_dump.c | 1249 case DW_OP_plus_uconst: in dwarf_get_OP_name()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVLocation.cpp | 198 case dwarf::DW_OP_plus_uconst: in getOperandsDWARFInfo()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFExpression.cpp | 57 Descriptions[DW_OP_plus_uconst] = Desc(Op::Dwarf2, Op::SizeLEB); in getOpDescriptions()
|
H A D | DWARFUnit.cpp | 825 if (It->getCode() != dwarf::DW_OP_plus_uconst) in updateVariableDieMap()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | AssignmentTrackingAnalysis.cpp | 274 Ops = {dwarf::DW_OP_plus_uconst, OffsetInBytes.getZExtValue()}; in walkToAllocaAndPrependOffsetDeref() 292 if (NumElements > 2 && Elements[0] == dwarf::DW_OP_plus_uconst) { in getDerefOffsetInBytes() 1650 Ops = {dwarf::DW_OP_plus_uconst, Info.OffsetInBits / 8}; in processUntaggedInstruction()
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | DWARFExpression.cpp | 273 case DW_OP_plus_uconst: // 0x23 1 ULEB128 addend in GetOpcodeDataSize() 1427 case DW_OP_plus_uconst: { in Evaluate()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 4811 Expr.push_back(llvm::dwarf::DW_OP_plus_uconst); in EmitDeclare() 4817 Expr.push_back(llvm::dwarf::DW_OP_plus_uconst); in EmitDeclare() 4987 Expr.push_back(llvm::dwarf::DW_OP_plus_uconst); in EmitDeclare() 5003 Expr.push_back(llvm::dwarf::DW_OP_plus_uconst); in EmitDeclare() 5015 Expr.push_back(llvm::dwarf::DW_OP_plus_uconst); in EmitDeclare() 5126 addr.push_back(llvm::dwarf::DW_OP_plus_uconst); in EmitDeclareOfBlockDeclRefVariable() 5130 addr.push_back(llvm::dwarf::DW_OP_plus_uconst); in EmitDeclareOfBlockDeclRefVariable() 5136 addr.push_back(llvm::dwarf::DW_OP_plus_uconst); in EmitDeclareOfBlockDeclRefVariable()
|
H A D | CGStmtOpenMP.cpp | 4801 Ops.push_back(llvm::dwarf::DW_OP_plus_uconst); in EmitOMPTaskBasedDirective()
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | dwarf.c | 518 if (locnum != 1 || loc->ld_s->lr_atom != DW_OP_plus_uconst) { in die_mem_offset()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | MetadataLoader.cpp | 687 Buffer.push_back(dwarf::DW_OP_plus_uconst); in upgradeDIExpression()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 481 Expr = DIExpression::get(Expr->getContext(), {dwarf::DW_OP_plus_uconst, in transferSRADebugInfo()
|
/freebsd/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 6641 case DW_OP_plus_uconst: in dump_dwarf_loc()
|