Searched refs:CFA (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf_frame.c277 #define CFA rt->rt3_cfa_rule macro
310 /* Application ask for CFA. */
311 *offset_relevant = CFA.dw_offset_relevant;
312 *register_num = CFA.dw_regnum;
313 *offset = CFA.dw_offset_or_block_len;
363 * Copy the CFA rule to the column intended for holding the CFA,
369 CFA.dw_offset_relevant;
370 reg_table->rules[cfa].dw_regnum = CFA.dw_regnum;
371 reg_table->rules[cfa].dw_offset = CFA
485 #undef CFA macro
[all...]
H A Dlibdwarf_frame.c559 #define CFA rt->rt3_cfa_rule macro
754 CFA.dw_offset_relevant = 1;
755 CFA.dw_value_type = DW_EXPR_OFFSET;
756 CFA.dw_regnum = reg;
757 CFA.dw_offset_or_block_len = uoff;
765 CFA.dw_regnum = reg;
767 * Note that DW_CFA_def_cfa_register change the CFA
769 * should not touch the CFA.dw_offset_relevant flag
779 CFA.dw_offset_relevant = 1;
780 CFA
909 #undef CFA macro
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp264 if (CFA)
265 return CFA.get();
268 CFA.reset(new CFGReverseBlockReachabilityAnalysis(*c));
269 return CFA.get();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h85 std::unique_ptr<CFGReverseBlockReachabilityAnalysis> CFA; member in class:clang::AnalysisDeclContext

Completed in 83 milliseconds