Home
last modified time | relevance | path

Searched refs:DW_OP_call_frame_cfa (Results 1 – 18 of 18) sorted by relevance

/external/elfutils/libdw/
Ddwarf_frame_register.c78 ops_mem[(*nops)++] = (Dwarf_Op) { .atom = DW_OP_call_frame_cfa }; in dwarf_frame_register()
Ddwarf_getlocation.c291 newloc->atom = DW_OP_call_frame_cfa; in __libdw_intern_expression()
375 case DW_OP_call_frame_cfa: in __libdw_intern_expression()
Ddwarf.h582 DW_OP_call_frame_cfa = 0x9c,/* CFA as determined by CFI. */ enumerator
DChangeLog2027 loclist element DW_OP_call_frame_cfa before decoding the opcodes.
2028 Remove the later DW_OP_call_frame_cfa push to RESULT.
2403 Prepend DW_OP_call_frame_cfa if true.
2557 * dwarf_getlocation.c: Grok DW_OP_call_frame_cfa.
/external/llvm-project/lldb/test/Shell/SymbolFile/DWARF/
DDW_TAG_GNU_call_site-DW_AT_low_pc.s86 .byte 0x9c # DW_OP_call_frame_cfa
110 .byte 0x9c # DW_OP_call_frame_cfa
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/
Dgnu_call_site.s10 # CHECK-NEXT: DW_AT_frame_base (DW_OP_call_frame_cfa)
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dlldbdwarf.py156 DW_OP_call_frame_cfa = 0x9C variable
/external/google-breakpad/src/common/dwarf/
Ddwarf2enums.h501 DW_OP_call_frame_cfa =0x9c, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFExpression.cpp91 Descriptions[DW_OP_call_frame_cfa] = Desc(Op::Dwarf3); in getDescriptions()
/external/elfutils/libdwfl/
Dframe_unwind.c463 case DW_OP_call_frame_cfa:; in expr_eval()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFExpression.cpp90 Descriptions[DW_OP_call_frame_cfa] = Desc(Op::Dwarf3); in getDescriptions()
/external/elfutils/tests/
Dvarlocs.c255 case DW_OP_call_frame_cfa: in print_expr()
DChangeLog1287 ET_REL file for DW_OP_call_frame_cfa.
/external/llvm-project/lldb/source/Expression/
DDWARFExpression.cpp307 case DW_OP_call_frame_cfa: // 0x9c DWARF3 in GetOpcodeDataSize()
2423 case DW_OP_call_frame_cfa: in Evaluate()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp405 addUInt(*Loc, dwarf::DW_FORM_data1, dwarf::DW_OP_call_frame_cfa); in updateSubprogramScopeDIE()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp417 addUInt(*Loc, dwarf::DW_FORM_data1, dwarf::DW_OP_call_frame_cfa); in updateSubprogramScopeDIE()
/external/llvm-project/llvm/docs/
DAMDGPUDwarfExtensionsForHeterogeneousDebugging.rst1945 5. ``DW_OP_call_frame_cfa``
1947 ``DW_OP_call_frame_cfa`` pushes the location description L of the Canonical
1957 space efficient to reference that using the* ``DW_OP_call_frame_cfa``
2903 location description directly using ``DW_OP_call_frame_cfa``,
2912 *Typically, E will use the* ``DW_OP_call_frame_cfa`` *operation or be a
3720 * ``DW_OP_call_frame_cfa`` and ``DW_OP_entry_value`` are not allowed because
/external/libabigail/src/
Dabg-dwarf-reader.cc8096 case DW_OP_call_frame_cfa: in op_manipulates_stack()