Home
last modified time | relevance | path

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

/third_party/elfutils/libdw/
Ddwarf_frame_register.c78 ops_mem[(*nops)++] = (Dwarf_Op) { .atom = DW_OP_call_frame_cfa }; in dwarf_frame_register()
Ddwarf_getlocation.c311 newloc->atom = DW_OP_call_frame_cfa; in __libdw_intern_expression()
395 case DW_OP_call_frame_cfa: in __libdw_intern_expression()
Ddwarf.h582 DW_OP_call_frame_cfa = 0x9c,/* CFA as determined by CFI. */ enumerator
DChangeLog2162 loclist element DW_OP_call_frame_cfa before decoding the opcodes.
2163 Remove the later DW_OP_call_frame_cfa push to RESULT.
2538 Prepend DW_OP_call_frame_cfa if true.
2692 * dwarf_getlocation.c: Grok DW_OP_call_frame_cfa.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFExpression.cpp91 Descriptions[DW_OP_call_frame_cfa] = Desc(Op::Dwarf3); in getDescriptions()
/third_party/elfutils/libdwfl/
Dframe_unwind.c452 case DW_OP_call_frame_cfa:; in expr_eval()
/third_party/elfutils/tests/
Dvarlocs.c254 case DW_OP_call_frame_cfa: in print_expr()
DChangeLog1851 ET_REL file for DW_OP_call_frame_cfa.
/third_party/skia/third_party/externals/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()
/third_party/libabigail/src/
Dabg-dwarf-reader.cc7983 case DW_OP_call_frame_cfa: in op_manipulates_stack()
/third_party/libffi/
DChangeLog4307 better on systems that do not support DW_OP_call_frame_cfa.