Home
last modified time | relevance | path

Searched refs:DW_OP_form_tls_address (Results 1 – 22 of 22) sorted by relevance

/external/llvm-project/llvm/test/DebugInfo/X86/
Ddebugger-tune.ll3 ; We use the DW_AT_APPLE_optimized attribute and the DW_OP_form_tls_address
18 ; GDB-NOT: DW_OP_form_tls_address
21 ; LLDB: DW_OP_form_tls_address
Dtls.ll62 ; DW_OP_form_tls_address
/external/llvm-project/llvm/test/DebugInfo/Mips/
Ddwarfdump-tls.ll22 … DW_AT_location (DW_OP_GNU_const_index 0x0, {{DW_OP_GNU_push_tls_address|DW_OP_form_tls_address}})
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dlldbdwarf.py155 DW_OP_form_tls_address = 0x9B variable
/external/llvm-project/lldb/source/Expression/
DDWARFExpression.cpp306 case DW_OP_form_tls_address: // 0x9b DWARF3 in GetOpcodeDataSize()
502 if (op == DW_OP_form_tls_address || op == DW_OP_GNU_push_tls_address) in ContainsThreadLocalStorage()
564 case DW_OP_form_tls_address: in LinkThreadLocalStorage()
2450 case DW_OP_form_tls_address: in Evaluate()
2454 if (op == DW_OP_form_tls_address) in Evaluate()
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/
Ddebug-names-verify-completeness.s139 .byte 0x9b # DW_OP_form_tls_address
/external/google-breakpad/src/common/dwarf/
Ddwarf2enums.h500 DW_OP_form_tls_address =0x9b, enumerator
/external/llvm/test/DebugInfo/X86/
Dtls.ll62 ; DW_OP_form_tls_address
/external/elfutils/libdw/
Ddwarf.h581 DW_OP_form_tls_address = 0x9b,/* TLS offset to address in current thread */ enumerator
Ddwarf_getlocation.c376 case DW_OP_form_tls_address: in __libdw_intern_expression()
DChangeLog2552 * dwarf_getlocation.c: Grok DW_OP_form_tls_address,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFExpression.cpp90 Descriptions[DW_OP_form_tls_address] = Desc(Op::Dwarf3); in getDescriptions()
DDWARFVerifier.cpp1296 Op.getCode() == DW_OP_form_tls_address || in isVariableIndexable()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFExpression.cpp89 Descriptions[DW_OP_form_tls_address] = Desc(Op::Dwarf3); in getDescriptions()
DDWARFVerifier.cpp1354 Op.getCode() == DW_OP_form_tls_address || in isVariableIndexable()
/external/elfutils/tests/
Dvarlocs.c240 case DW_OP_form_tls_address: in print_expr()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp183 : dwarf::DW_OP_form_tls_address); in getOrCreateGlobalVariableDIE()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp270 : dwarf::DW_OP_form_tls_address); in addLocationAttribute()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp263 : dwarf::DW_OP_form_tls_address); in addLocationAttribute()
/external/llvm-project/llvm/docs/
DAMDGPUDwarfExtensionsForHeterogeneousDebugging.rst529 *For example, the* ``DW_OP_form_tls_address`` *operation and*
1913 4. ``DW_OP_form_tls_address``
1915 ``DW_OP_form_tls_address`` pops one stack entry that must be an integral
1937 ``DW_OP_const*`` *operations prior to the* ``DW_OP_form_tls_address``
1942 ``DW_OP_form_tls_address`` *allows the consumer to perform the computation
3319 or ``DW_OP_form_tls_address`` operation are included; otherwise, they are
/external/libabigail/src/
Dabg-dwarf-reader.cc8087 case DW_OP_form_tls_address: in op_manipulates_stack()
8091 if (op.atom == DW_OP_form_tls_address) in op_manipulates_stack()
8108 if (op.atom == DW_OP_form_tls_address in op_manipulates_stack()
/external/libabigail/
DChangeLog28031 DW_OP_GNU_push_tls_address, a bit like DW_OP_form_tls_address, but