Searched refs:show_function_arguments (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | SymbolContext.h | 160 bool show_function_arguments, bool show_function_name,
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | Variable.cpp | 179 const bool show_function_arguments = true; in DumpDeclaration() local 184 show_function_arguments, show_function_name); in DumpDeclaration()
|
H A D | SymbolContext.cpp | 75 bool show_function_arguments, bool show_function_name, in DumpStopContext() argument 95 if (!show_function_arguments) in DumpStopContext() 152 show_inlined_frames, show_function_arguments, show_function_name, in DumpStopContext()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Address.cpp | 671 const bool show_function_arguments = in Dump() local 688 show_function_arguments, show_function_name, in Dump()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectSource.cpp | 1042 const bool show_function_arguments = true; in DoExecute() local 1048 show_function_arguments, show_function_name); in DoExecute()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | StackFrame.cpp | 1827 const bool show_function_arguments = true; in Dump() local 1831 show_inline, show_function_arguments, in Dump()
|