Home
last modified time | relevance | path

Searched refs:dump_variable (Results 1 – 9 of 9) sorted by relevance

/trueos/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectFrame.cpp523 bool dump_variable = true; in DoExecute() local
527 dump_variable = m_option_variable.show_globals; in DoExecute()
528 if (dump_variable && m_option_variable.show_scope) in DoExecute()
533 dump_variable = m_option_variable.show_globals; in DoExecute()
534 if (dump_variable && m_option_variable.show_scope) in DoExecute()
539 dump_variable = m_option_variable.show_args; in DoExecute()
540 if (dump_variable && m_option_variable.show_scope) in DoExecute()
545 dump_variable = m_option_variable.show_locals; in DoExecute()
546 if (dump_variable && m_option_variable.show_scope) in DoExecute()
554 if (dump_variable) in DoExecute()
/trueos/contrib/gcc/
HDtree-dfa.c254 dump_variable (file, var); in dump_referenced_vars()
303 dump_variable (FILE *file, tree var) in dump_variable() function
405 dump_variable (stderr, var); in debug_variable()
HDtree-ssa-alias.c2400 dump_variable (file, var); in dump_alias_info()
2409 dump_variable (file, var); in dump_alias_info()
2417 dump_variable (file, var); in dump_alias_info()
2443 dump_variable (file, var); in dump_alias_info()
HDtree-flow.h640 extern void dump_variable (FILE *, tree);
HDvar-tracking.c338 static int dump_variable (void **, void *);
1942 dump_variable (void **slot, void *data ATTRIBUTE_UNUSED) in dump_variable() function
1973 htab_traverse (vars, dump_variable, NULL); in dump_vars()
HDChangeLog.tree-ssa1965 (dump_variable): Rearrange.
3177 (dump_variable): Show variable UID and dereferenced bits.
8476 * tree-dfa.c (dump_variable): Display default_def, if set.
8939 (dump_variable): Check is_in_va_arg_expr flag.
10016 (dump_variable): Handle SSA names.
10221 (dump_variable): Move code to dump aliases ...
10793 (dump_variable): Show annotation bitfields 'mem_tag',
11600 * tree-dfa.c (dump_variable): Corresponding changes.
11925 (dump_variable): Show whether the variable is call clobbered.
12708 (dump_variable): Show may_point_to_global_mem flag.
[all …]
HDChangeLog-200411706 * tree-dfa.c (dump_variable): Show TREE_THIS_VOLATILE.
12839 * tree-dfa.c (dump_variable): Also print the type of the
19480 * tree-dfa.c (dump_variable): Display global and addressable
24376 * tree-dfa.c (dump_variable): If the variable is a pointer
HDChangeLog-20057213 * tree-dfa.c (dump_variable): Guard against NULL annotations.
11607 * tree-dfa.c (dump_variable): Use default_def function.
11988 (dump_variable): Show subvariables if VAR has them.
HDChangeLog-200614845 * tree-dfa.c (dump_variable): If details is on, dump the reason