Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/
Ddebug_frame_GNU_args_size.s7 # CHECK-NEXT: DW_CFA_GNU_args_size: +16
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugFrameTest.cpp164 dwarf::DW_CFA_GNU_args_size}; in TEST()
241 dwarf::DW_CFA_def_cfa_offset, dwarf::DW_CFA_GNU_args_size}) in TEST()
/external/llvm-project/libunwind/src/
Ddwarf2.h50 DW_CFA_GNU_args_size = 0x2E, enumerator
DDwarfParser.hpp707 case DW_CFA_GNU_args_size: in parseFDEInstructions()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp96 case DW_CFA_GNU_args_size: in parse()
206 DECLARE_OP1(DW_CFA_GNU_args_size, OT_Offset); in getOperandTypes()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp110 case DW_CFA_GNU_args_size: in parse()
226 DECLARE_OP1(DW_CFA_GNU_args_size, OT_Offset); in getOperandTypes()
/external/google-breakpad/src/common/dwarf/
Ddwarf2enums.h609 DW_CFA_GNU_args_size = 0x2e, enumerator
Ddwarf2reader_cfi_unittest.cc1560 TEST_F(CFIInsn, DW_CFA_GNU_args_size) { in TEST_F() argument
1564 .D8(dwarf2reader::DW_CFA_GNU_args_size).ULEB128(0xeddfa520) in TEST_F()
Ddwarf2reader.cc2126 case DW_CFA_GNU_args_size: in DoInstruction()
/external/llvm/lib/Support/
DDwarf.cpp515 case DW_CFA_GNU_args_size: return "DW_CFA_GNU_args_size"; in CallFrameString()
/external/llvm/include/llvm/Support/
DDwarf.h503 DW_CFA_GNU_args_size = 0x2e, enumerator
/external/elfutils/libdw/
Ddwarf.h970 DW_CFA_GNU_args_size = 0x2e, enumerator
Dcfi.c385 case DW_CFA_GNU_args_size: in execute_cfi()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp370 DECLARE_OP1(DW_CFA_GNU_args_size, OT_Offset); in getOperandTypes()
/external/llvm-project/lldb/source/Symbol/
DDWARFCallFrameInfo.cpp791 case DW_CFA_GNU_args_size: // 0x2e in FDEToUnwindPlan()
/external/llvm/lib/MC/
DMCDwarf.cpp1148 Streamer.EmitIntValue(dwarf::DW_CFA_GNU_args_size, 1); in EmitCFIInstruction()
DMCAsmStreamer.cpp1247 uint8_t Buffer[16] = { dwarf::DW_CFA_GNU_args_size }; in EmitCFIGnuArgsSize()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCDwarf.cpp1449 Streamer.EmitIntValue(dwarf::DW_CFA_GNU_args_size, 1); in EmitCFIInstruction()
DMCAsmStreamer.cpp1584 uint8_t Buffer[16] = { dwarf::DW_CFA_GNU_args_size }; in EmitCFIGnuArgsSize()
/external/llvm-project/llvm/lib/MC/
DMCDwarf.cpp1496 Streamer.emitInt8(dwarf::DW_CFA_GNU_args_size); in emitCFIInstruction()
DMCAsmStreamer.cpp1741 uint8_t Buffer[16] = { dwarf::DW_CFA_GNU_args_size }; in emitCFIGnuArgsSize()
/external/elfutils/src/
Dreadelf.c6456 case DW_CFA_GNU_args_size: in print_cfa_program()