Home
last modified time | relevance | path

Searched refs:DW_OP_plus_uconst (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.cpp283 if (Op && (Op->getOp() == dwarf::DW_OP_plus_uconst)) { in addMachineRegExpression()
415 case dwarf::DW_OP_plus_uconst: in addExpression()
417 emitOp(dwarf::DW_OP_plus_uconst); in addExpression()
DDebugHandlerBase.cpp62 case dwarf::DW_OP_plus_uconst: in extractFromMachineInstruction()
DDwarfUnit.cpp1538 addUInt(*MemLocationDie, dwarf::DW_FORM_data1, dwarf::DW_OP_plus_uconst); in constructMemberDIE()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfoMetadata.cpp847 case dwarf::DW_OP_plus_uconst: in getSize()
908 case dwarf::DW_OP_plus_uconst: in isValid()
988 Ops.push_back(dwarf::DW_OP_plus_uconst); in appendOffset()
1003 if (getNumElements() == 2 && Elements[0] == dwarf::DW_OP_plus_uconst) { in extractIfOffset()
1158 case dwarf::DW_OP_plus_uconst: in createFragmentExpression()
DMetadata.cpp1484 Elements[0] = dwarf::DW_OP_plus_uconst; in copyMetadata()
/third_party/libunwind/src/dwarf/
DGexpr.c66 [DW_OP_plus_uconst] = OPND1 (ULEB128),
604 case DW_OP_plus_uconst: in dwarf_eval_expr()
/third_party/libunwind/include/
Ddwarf.h91 DW_OP_plus_uconst = 0x23, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFExpression.cpp60 Descriptions[DW_OP_plus_uconst] = Desc(Op::Dwarf2, Op::SizeLEB); in getDescriptions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DMetadataLoader.cpp601 Buffer.push_back(dwarf::DW_OP_plus_uconst); in upgradeDIExpression()