Home
last modified time | relevance | path

Searched refs:loclist (Results 1 – 6 of 6) sorted by relevance

/external/elfutils/libdw/
Ddwarf_getlocation.c98 struct loclist struct
104 struct loclist *next; argument
270 struct loclist *loclist = NULL; in __libdw_intern_expression() local
275 struct loclist stack_locs[MAX_STACK_LOCS]; in __libdw_intern_expression()
276 #define NEW_LOC() ({ struct loclist *ll; \ in __libdw_intern_expression()
279 : malloc (sizeof (struct loclist))); \ in __libdw_intern_expression()
283 ll->next = loclist; \ in __libdw_intern_expression()
284 loclist = ll; \ in __libdw_intern_expression()
290 struct loclist *newloc = NEW_LOC (); in __libdw_intern_expression()
301 struct loclist *newloc; in __libdw_intern_expression()
[all …]
DChangeLog2027 loclist element DW_OP_call_frame_cfa before decoding the opcodes.
/external/llvm-project/llvm/test/CodeGen/X86/
Ddebug-loclists.ll18 ; DWARF32-NEXT: DW_AT_location [DW_FORM_loclistx] (indexed (0x0) loclist = 0x00000018:
19 ; DWARF64-NEXT: DW_AT_location [DW_FORM_loclistx] (indexed (0x0) loclist = 0x0000002c:
25 ; DWARF32-NEXT: DW_AT_location [DW_FORM_loclistx] (indexed (0x1) loclist = 0x00000029:
26 ; DWARF64-NEXT: DW_AT_location [DW_FORM_loclistx] (indexed (0x1) loclist = 0x0000003d:
31 ; DWARF32-NEXT: DW_AT_location [DW_FORM_loclistx] (indexed (0x2) loclist = 0x00000031:
32 ; DWARF64-NEXT: DW_AT_location [DW_FORM_loclistx] (indexed (0x2) loclist = 0x00000045:
/external/llvm-project/llvm/test/DebugInfo/X86/
Ddwp-v5-loclists.s17 # CHECK-NEXT: DW_AT_location (indexed (0x1) loclist = 0x{{[0-9a-f]+}}:
/external/llvm-project/llvm/docs/
DAMDGPUDwarfExtensionsForHeterogeneousDebugging.rst1151 * If D has a ``DW_AT_location`` attribute that is encoded as a ``loclist`` or
1167 attribute that is encoded as a ``loclist`` or ``loclistsptr``, and the
2590 information entry attribute that is encoded using class ``loclist`` or
2603 *This location list representation, the* ``loclist`` *and* ``loclistsptr``
4060 DW_AT_LLVM_active_lane 0x3e08 exprloc, loclist
4063 DW_AT_LLVM_lane_pc 0x3e0b exprloc, loclist
/external/elfutils/src/
DChangeLog1979 (attr_callback): Warn if loclist or rangelist offset doesn't fit.