/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | debug-loc-offset.ll | 65 ; CHECK-NEXT: [0x00000000, 0x0000000a): DW_OP_consts +0, DW_OP_stack_value 66 ; CHECK-NEXT: [0x0000000a, 0x00000017): DW_OP_consts +1, DW_OP_stack_value) 71 ; CHECK-NEXT: [0x00000000, 0x0000000a): DW_OP_consts +0, DW_OP_stack_value 72 ; CHECK-NEXT: [0x0000000a, 0x00000017): DW_OP_consts +1, DW_OP_stack_value
|
D | dbg-value-const-byref.ll | 25 ; CHECK-NEXT: [0x{{0*.*}}, 0x[[C1:.*]]): DW_OP_consts +3 26 ; CHECK-NEXT: [0x[[C1]], 0x[[C2:.*]]): DW_OP_consts +7
|
D | constant-loclist.ll | 12 ; CHECK-NEXT: [0x{{.*}}, 0x{{.*}}): DW_OP_consts +0 13 ; CHECK-NEXT: [0x{{.*}}, 0x{{.*}}): DW_OP_consts +4611686018427387904)
|
D | dbg-const.ll | 16 ;CHECK: ## DW_OP_consts
|
D | inlined-formal-parameter.ll | 23 ; CHECK-NEXT: [{{.*}}, {{.*}}): DW_OP_consts +0)
|
D | dbg-addr-dse.ll | 63 ; DWARF-NEXT: {{[^:]*}}: DW_OP_consts +1, DW_OP_stack_value
|
D | fission-ranges.ll | 30 ; CHECK-NEXT: Addr idx 2 (w/ length 169): DW_OP_consts +0, DW_OP_stack_value
|
/external/libunwind_llvm/src/ |
D | dwarf2.h | 95 DW_OP_consts = 0x11, // SLEB128 constant enumerator
|
D | DwarfInstructions.hpp | 373 case DW_OP_consts: in evaluateExpression()
|
/external/llvm/test/DebugInfo/X86/ |
D | dbg-const.ll | 16 ;CHECK: ## DW_OP_consts
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfExpression.cpp | 170 EmitOp(dwarf::DW_OP_consts); in AddSignedConstant()
|
/external/google-breakpad/src/common/dwarf/ |
D | dwarf2enums.h | 349 DW_OP_consts =0x11, enumerator
|
/external/libunwind/include/ |
D | dwarf.h | 70 DW_OP_consts = 0x11, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfExpression.cpp | 177 emitOp(dwarf::DW_OP_consts); in addSignedConstant()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | Dwarf.cpp | 301 case DW_OP_consts: return "DW_OP_consts"; in OperationEncodingString()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | Dwarf.h | 312 DW_OP_consts = 0x11, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFExpression.cpp | 42 Descriptions[DW_OP_consts] = Desc(Op::Dwarf2, Op::SignedSizeLEB); in getDescriptions()
|
/external/elfutils/libdw/ |
D | dwarf.h | 437 DW_OP_consts = 0x11, /* Signed LEB128 constant. */ enumerator
|
D | dwarf_getlocation.c | 471 case DW_OP_consts: in __libdw_intern_expression()
|
D | known-dwarf.h | 437 DWARF_ONE_KNOWN_DW_OP (consts, DW_OP_consts) \
|
/external/libunwind/src/dwarf/ |
D | Gexpr.c | 339 case DW_OP_consts: in dwarf_eval_expr()
|
/external/elfutils/libdwfl/ |
D | frame_unwind.c | 206 case DW_OP_consts: in expr_eval()
|
/external/elfutils/tests/ |
D | varlocs.c | 358 case DW_OP_consts: in print_expr()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 1853 Asm->EmitInt8(dwarf::DW_OP_consts); in emitDebugLoc()
|
/external/elfutils/src/ |
D | readelf.c | 4531 case DW_OP_consts: in print_ops()
|