Home
last modified time | relevance | path

Searched refs:DW_OP_GNU_push_tls_address (Results 1 – 25 of 27) sorted by relevance

12

/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/
Ddebug_tls_relocs.s5 # CHECK: DW_AT_location [DW_FORM_exprloc] (DW_OP_const8u 0x0, DW_OP_GNU_push_tls_address)
6 # CHECK: DW_AT_location [DW_FORM_exprloc] (DW_OP_const4u 0x0, DW_OP_GNU_push_tls_address)
Ddebug-names-verify-completeness.s144 .byte 0xe0 # DW_OP_GNU_push_tls_address
/external/llvm-project/llvm/test/DebugInfo/X86/
Ddebugger-tune.ll4 ; vs. DW_OP_GNU_push_tls_address opcodes to distinguish the debuggers.
24 ; SCE-NOT: DW_OP_GNU_push_tls_address
Dtls.ll60 ; DW_OP_GNU_push_tls_address
/external/llvm-project/llvm/test/DebugInfo/PowerPC/
Dtls.ll12 ; DW_OP_GNU_push_tls_address
Dtls-fission.ll13 ; DW_OP_GNU_push_tls_address
/external/llvm/test/DebugInfo/PowerPC/
Dtls.ll12 ; DW_OP_GNU_push_tls_address
Dtls-fission.ll13 ; DW_OP_GNU_push_tls_address
/external/llvm-project/llvm/test/DebugInfo/Mips/
Ddwarfdump-tls.ll22 ; CHECK-NEXT: DW_AT_location (DW_OP_GNU_const_index 0x0, {{DW_OP_GNU_push_tls_address|DW_OP_form_t…
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dlldbdwarf.py161 DW_OP_GNU_push_tls_address = 0xE0 variable
/external/google-breakpad/src/common/dwarf/
Ddwarf2enums.h506 DW_OP_GNU_push_tls_address =0xe0, enumerator
/external/llvm/test/DebugInfo/X86/
Dtls.ll60 ; DW_OP_GNU_push_tls_address
/external/llvm-project/lldb/source/Expression/
DDWARFExpression.cpp309 case DW_OP_GNU_push_tls_address: // 0xe0 GNU extension in GetOpcodeDataSize()
502 if (op == DW_OP_form_tls_address || op == DW_OP_GNU_push_tls_address) in ContainsThreadLocalStorage()
565 case DW_OP_GNU_push_tls_address: in LinkThreadLocalStorage()
2451 case DW_OP_GNU_push_tls_address: { in Evaluate()
/external/elfutils/libdw/
Ddwarf.h599 DW_OP_GNU_push_tls_address = 0xe0, enumerator
Ddwarf_getlocation.c377 case DW_OP_GNU_push_tls_address: in __libdw_intern_expression()
DChangeLog2553 DW_OP_GNU_push_tls_address, and DW_OP_bit_piece.
2725 * dwarf.h: Add DW_OP_GNU_push_tls_address, DW_OP_GNU_uninit.
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFExpression.cpp98 Descriptions[DW_OP_GNU_push_tls_address] = Desc(Op::Dwarf3); in getDescriptions()
DDWARFVerifier.cpp1297 Op.getCode() == DW_OP_GNU_push_tls_address); in isVariableIndexable()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFExpression.cpp97 Descriptions[DW_OP_GNU_push_tls_address] = Desc(Op::Dwarf3); in getDescriptions()
DDWARFVerifier.cpp1355 Op.getCode() == DW_OP_GNU_push_tls_address); in isVariableIndexable()
/external/elfutils/tests/
Dvarlocs.c248 case DW_OP_GNU_push_tls_address: in print_expr()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp182 DD->useGNUTLSOpcode() ? dwarf::DW_OP_GNU_push_tls_address in getOrCreateGlobalVariableDIE()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp269 DD->useGNUTLSOpcode() ? dwarf::DW_OP_GNU_push_tls_address in addLocationAttribute()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp262 DD->useGNUTLSOpcode() ? dwarf::DW_OP_GNU_push_tls_address in addLocationAttribute()
/external/libabigail/src/
Dabg-dwarf-reader.cc8088 case DW_OP_GNU_push_tls_address: in op_manipulates_stack()
8109 || op.atom == DW_OP_GNU_push_tls_address) in op_manipulates_stack()

12