Home
last modified time | relevance | path

Searched refs:DW_CFA_restore (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp54 case DW_CFA_restore: in parse()
164 static OperandType OpTypes[DW_CFA_restore+1][2]; in getOperandTypes()
167 return ArrayRef<OperandType[2]>(&OpTypes[0], DW_CFA_restore+1); in getOperandTypes()
201 DECLARE_OP1(DW_CFA_restore, OT_Register); in getOperandTypes()
213 return ArrayRef<OperandType[2]>(&OpTypes[0], DW_CFA_restore+1); in getOperandTypes()
/third_party/elfutils/libdw/
Dcfi.c306 case DW_CFA_restore + 0 ... DW_CFA_restore + CFI_PRIMARY_MAX: in execute_cfi()
308 if (unlikely (abi_cfi) && likely (opcode == DW_CFA_restore)) in execute_cfi()
Ddwarf.h960 DW_CFA_restore = 0xc0, enumerator
/third_party/libunwind/include/
Ddwarf.h154 DW_CFA_restore = 0xc0, enumerator
/third_party/libunwind/src/dwarf/
DGparser.c216 case DW_CFA_restore: in run_cfi_program()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCDwarf.cpp1441 Streamer.EmitIntValue(dwarf::DW_CFA_restore | Reg, 1); in EmitCFIInstruction()
/third_party/elfutils/src/
Dreadelf.c6638 else if (opcode < DW_CFA_restore) in print_cfa_program()