Home | History | Annotate | Download | only in libiberty

Lines Matching defs:current_demangling_style

60 #undef CURRENT_DEMANGLING_STYLE
61 #define CURRENT_DEMANGLING_STYLE work->options
93 enum demangling_styles current_demangling_style = auto_demangling;
798 current_demangling_style = style;
799 return current_demangling_style;
853 if (current_demangling_style == no_demangling)
859 work->options |= (int) current_demangling_style & DMGL_STYLE_MASK;