Searched refs:show_function_name (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | SymbolContext.cpp | 76 bool show_function_arguments, bool show_function_name, in DumpStopContext() argument 91 if (!show_function_name) { in DumpStopContext() 114 if (!show_function_name) { in DumpStopContext() 155 const bool show_function_name = true; in DumpStopContext() local 158 show_inlined_frames, show_function_arguments, show_function_name, in DumpStopContext() 170 if (!show_function_name) { in DumpStopContext() 188 if (!show_function_name) { in DumpStopContext()
|
| H A D | Variable.cpp | 180 const bool show_function_name = true; in DumpDeclaration() local 184 show_function_arguments, show_function_name); in DumpDeclaration()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | SymbolContext.h | 151 bool show_function_arguments, bool show_function_name,
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | Address.cpp | 661 const bool show_function_name = (style != DumpStyleNoFunctionName); in Dump() local 676 show_function_arguments, show_function_name, in Dump()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectSource.cpp | 1034 const bool show_function_name = true; in DoExecute() local 1039 show_function_arguments, show_function_name); in DoExecute()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | StackFrame.cpp | 1975 const bool show_function_name = true; in Dump() local 1979 show_function_name); in Dump()
|