HomeSort by: relevance | last modified time | path
    Searched defs:CFA (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/elftoolchain/dist/libdwarf/
dwarf_frame.c 280 #define CFA rt->rt3_cfa_rule
313 /* Application ask for CFA. */
314 *offset_relevant = CFA.dw_offset_relevant;
315 *register_num = CFA.dw_regnum;
316 *offset = CFA.dw_offset_or_block_len;
342 Dwarf_Half cfa; local
366 * Copy the CFA rule to the column intended for holding the CFA,
369 cfa = dbg->dbg_frame_cfa_value;
370 if (cfa < DW_REG_TABLE_SIZE)
    [all...]
libdwarf_frame.c 562 #define CFA rt->rt3_cfa_rule
757 CFA.dw_offset_relevant = 1;
758 CFA.dw_value_type = DW_EXPR_OFFSET;
759 CFA.dw_regnum = reg;
760 CFA.dw_offset_or_block_len = uoff;
768 CFA.dw_regnum = reg;
770 * Note that DW_CFA_def_cfa_register change the CFA
772 * should not touch the CFA.dw_offset_relevant flag
782 CFA.dw_offset_relevant = 1;
783 CFA.dw_value_type = DW_EXPR_OFFSET
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
AnalysisDeclContext.h 88 std::unique_ptr<CFGReverseBlockReachabilityAnalysis> CFA;
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetFrameLowering.h 56 // The frame base may be either a register (the default), the CFA,
58 enum FrameBaseKind { Register, CFA, WasmFrameBase } Kind;
441 /// Return initial CFA offset value i.e. the one valid at the beginning of the
445 /// Return initial CFA register value i.e. the one valid at the beginning of

Completed in 27 milliseconds