Home
last modified time | relevance | path

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

12

/external/llvm/test/Assembler/
Ddiexpression.ll9 ; CHECK-NEXT: !2 = !DIExpression(DW_OP_plus, 3)
11 ; CHECK-NEXT: !4 = !DIExpression(DW_OP_deref, DW_OP_plus, 3, DW_OP_bit_piece, 3, 7)
14 !2 = !DIExpression(DW_OP_plus, 3)
16 !4 = !DIExpression(DW_OP_deref, DW_OP_plus, 3, DW_OP_bit_piece, 3, 7)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bitcode/
DDIExpression-deref.ll15 !6 = !DIExpression(DW_OP_deref, DW_OP_plus, 0, DW_OP_LLVM_fragment, 8, 8)
17 !7 = !DIExpression(DW_OP_deref, DW_OP_plus, 0)
19 !8 = !DIExpression(DW_OP_plus, 1, DW_OP_deref)
DDIGlobalVariableExpression.ll25 …ile: !2, line: 1, type: !5, isLocal: false, isDefinition: true, expr: !DIExpression(DW_OP_plus, 1))
/external/swiftshader/third_party/llvm-7.0/llvm/test/Assembler/
Ddiexpression.ll7 ; CHECK-SAME: !DIExpression(DW_OP_constu, 3, DW_OP_plus),
17 !2 = !DIExpression(DW_OP_constu, 3, DW_OP_plus)
/external/llvm/test/DebugInfo/Generic/
Dblock-asan.ll16 ; CHECK: !DIExpression(DW_OP_deref, DW_OP_plus, 8, DW_OP_deref, DW_OP_plus, 24)
82 !22 = !DIExpression(DW_OP_plus, 8, DW_OP_deref, DW_OP_plus, 24)
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.cpp225 case dwarf::DW_OP_plus: in AddMachineRegExpression()
233 TRI, MachineReg, I->getOp() == dwarf::DW_OP_plus ? Offset : -Offset); in AddMachineRegExpression()
268 case dwarf::DW_OP_plus: in AddExpression()
/external/llvm/test/DebugInfo/X86/
Ddebug-info-block-captured-self.ll110 !109 = !DIExpression(DW_OP_deref, DW_OP_plus, 32)
111 !110 = !DIExpression(DW_OP_deref, DW_OP_plus, 32)
Dblock-capture.ll126 !69 = !DIExpression(DW_OP_deref, DW_OP_plus, 32)
/external/llvm/test/CodeGen/ARM/
Ddebug-info-blocks.ll276 !163 = !DIExpression(DW_OP_plus, 20, DW_OP_deref, DW_OP_plus, 4, DW_OP_deref, DW_OP_plus, 24)
277 !164 = !DIExpression(DW_OP_deref, DW_OP_plus, 24)
278 !165 = !DIExpression(DW_OP_deref, DW_OP_plus, 28)
D2011-08-02-MergedGlobalDbg.ll9 ; 0x22 DW_OP_plus
D2011-01-19-MergedGlobalDbg.ll18 ; 0x22 DW_OP_plus
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.cpp273 if (N && (N->getOp() == dwarf::DW_OP_plus || in addMachineRegExpression()
349 case dwarf::DW_OP_plus: in addExpression()
DDebugHandlerBase.cpp55 case dwarf::DW_OP_plus: in extractFromMachineInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Dglobal-expression.ll42 …eExpression(var: !7, expr: !DIExpression(DW_OP_deref, DW_OP_constu, 1, DW_OP_plus, DW_OP_stack_val…
/external/libunwind_llvm/src/
Ddwarf2.h112 DW_OP_plus = 0x22, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GlobalOpt/
Dinteger-bool-dwarf.ll6 ;CHECK-SAME: DW_OP_constu, 0, DW_OP_plus, DW_OP_stack_value,
/external/google-breakpad/src/common/dwarf/
Ddwarf2enums.h366 DW_OP_plus =0x22, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDebugInfoMetadata.cpp736 case dwarf::DW_OP_plus: in isValid()
792 if (Elements[2] == dwarf::DW_OP_plus) { in extractIfOffset()
907 case dwarf::DW_OP_plus: in createFragmentExpression()
/external/libunwind/include/
Ddwarf.h87 DW_OP_plus = 0x22, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/
Dunwind.test91 …, DW_OP_breg16 +0, DW_OP_lit15, DW_OP_and, DW_OP_lit11, DW_OP_ge, DW_OP_lit3, DW_OP_shl, DW_OP_plus
/external/swiftshader/third_party/LLVM/lib/Support/
DDwarf.cpp318 case DW_OP_plus: return "DW_OP_plus"; in OperationEncodingString()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DDwarf.h329 DW_OP_plus = 0x22, enumerator
/external/llvm/lib/IR/
DDebugInfoMetadata.cpp555 case dwarf::DW_OP_plus: in getSize()
576 case dwarf::DW_OP_plus: in isValid()
/external/elfutils/libdw/
Ddwarf.h454 DW_OP_plus = 0x22, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFExpression.cpp59 Descriptions[DW_OP_plus] = Desc(Op::Dwarf2); in getDescriptions()

12