Home
last modified time | relevance | path

Searched refs:DW_CFA_def_cfa_expression (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/libunwind/src/
H A Ddwarf2.h36 DW_CFA_def_cfa_expression = 0xF, enumerator
H A DDwarfParser.hpp612 case DW_CFA_def_cfa_expression: in parseFDEInstructions()
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf.h691 #define DW_CFA_def_cfa_expression 0x0f macro
H A Dlibdwarf_frame.c786 case DW_CFA_def_cfa_expression: in _dwarf_frame_run_inst()
1080 case DW_CFA_def_cfa_expression: in _dwarf_frame_convert_inst()
H A Ddwarf_dump.c551 case DW_CFA_def_cfa_expression: in dwarf_get_CFA_name()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp356 case DW_CFA_def_cfa_expression: { in parse()
790 case dwarf::DW_CFA_def_cfa_expression: in parseRows()
834 DECLARE_OP1(DW_CFA_def_cfa_expression, OT_Expression); in getOperandTypes()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp931 case DW_CFA_def_cfa_expression: // 0xF (CFA Definition Instruction) in HandleCommonDwarfOpcode()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp492 DefCfaExpr.push_back(dwarf::DW_CFA_def_cfa_expression); in createDefCFAExpression()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp548 DefCfaExpr.push_back(dwarf::DW_CFA_def_cfa_expression); in emitCalleeSavedFrameMoves()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp5259 DefCfaExpr.push_back(dwarf::DW_CFA_def_cfa_expression); in createDefCFAExpression()