Searched refs:DW_OP_form_tls_address (Results 1 – 22 of 22) sorted by relevance
3 ; We use the DW_AT_APPLE_optimized attribute and the DW_OP_form_tls_address18 ; GDB-NOT: DW_OP_form_tls_address21 ; LLDB: DW_OP_form_tls_address
62 ; DW_OP_form_tls_address
22 … DW_AT_location (DW_OP_GNU_const_index 0x0, {{DW_OP_GNU_push_tls_address|DW_OP_form_tls_address}})
155 DW_OP_form_tls_address = 0x9B variable
306 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()
139 .byte 0x9b # DW_OP_form_tls_address
500 DW_OP_form_tls_address =0x9b, enumerator
581 DW_OP_form_tls_address = 0x9b,/* TLS offset to address in current thread */ enumerator
376 case DW_OP_form_tls_address: in __libdw_intern_expression()
2552 * dwarf_getlocation.c: Grok DW_OP_form_tls_address,
90 Descriptions[DW_OP_form_tls_address] = Desc(Op::Dwarf3); in getDescriptions()
1296 Op.getCode() == DW_OP_form_tls_address || in isVariableIndexable()
89 Descriptions[DW_OP_form_tls_address] = Desc(Op::Dwarf3); in getDescriptions()
1354 Op.getCode() == DW_OP_form_tls_address || in isVariableIndexable()
240 case DW_OP_form_tls_address: in print_expr()
183 : dwarf::DW_OP_form_tls_address); in getOrCreateGlobalVariableDIE()
270 : dwarf::DW_OP_form_tls_address); in addLocationAttribute()
263 : dwarf::DW_OP_form_tls_address); in addLocationAttribute()
529 *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 integral1937 ``DW_OP_const*`` *operations prior to the* ``DW_OP_form_tls_address``1942 ``DW_OP_form_tls_address`` *allows the consumer to perform the computation3319 or ``DW_OP_form_tls_address`` operation are included; otherwise, they are
8087 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()
28031 DW_OP_GNU_push_tls_address, a bit like DW_OP_form_tls_address, but