Home
last modified time | relevance | path

Searched refs:DW_OP_deref (Results 1 – 12 of 12) sorted by relevance

/external/clang/test/CodeGenObjC/
Ddebug-info-blocks.m5 //CHECK: ## DW_OP_deref
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp281 addUInt(Block, 0, dwarf::DW_FORM_data1, dwarf::DW_OP_deref); in addComplexAddress()
416 addUInt(Block, 0, dwarf::DW_FORM_data1, dwarf::DW_OP_deref); in addBlockByrefAddress()
428 addUInt(Block, 0, dwarf::DW_FORM_data1, dwarf::DW_OP_deref); in addBlockByrefAddress()
997 addUInt(VBaseLocationDie, 0, dwarf::DW_FORM_data1, dwarf::DW_OP_deref); in createMemberDIE()
1001 addUInt(VBaseLocationDie, 0, dwarf::DW_FORM_data1, dwarf::DW_OP_deref); in createMemberDIE()
DDwarfDebug.cpp2616 Asm->EmitInt8(dwarf::DW_OP_deref); in emitDebugLoc()
2638 Asm->EmitInt8(dwarf::DW_OP_deref); in emitDebugLoc()
/external/elfutils/libdw/
Ddwarf_getloclist.c131 case DW_OP_deref:
Ddwarf.h208 DW_OP_deref = 0x06, enumerator
/external/llvm/include/llvm/Support/
DDwarf.h266 DW_OP_deref = 0x06, enumerator
/external/llvm/lib/Support/
DDwarf.cpp249 case DW_OP_deref: return "DW_OP_deref"; in OperationEncodingString()
/external/valgrind/main/coregrind/m_debuginfo/
Dpriv_d3basics.h393 DW_OP_deref = 0x06, enumerator
Dd3basics.c658 case DW_OP_deref: in ML_()
Dreaddwarf.c2847 case DW_OP_deref: in dwarfexpr_to_dag()
/external/qemu/elff/
Ddwarf.h445 #define DW_OP_deref 0x06 macro
/external/elfutils/src/
Dreadelf.c2935 [DW_OP_deref] = "deref", in print_ops()