Home
last modified time | relevance | path

Searched refs:show_function_name (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp75 bool show_function_arguments, bool show_function_name, in DumpStopContext() argument
89 if (!show_function_name) { in DumpStopContext()
106 if (!show_function_name) { in DumpStopContext()
146 const bool show_function_name = true; in DumpStopContext() local
149 show_inlined_frames, show_function_arguments, show_function_name); in DumpStopContext()
160 if (!show_function_name) { in DumpStopContext()
173 if (!show_function_name) { in DumpStopContext()
H A DVariable.cpp178 const bool show_function_name = true; in DumpDeclaration() local
182 show_function_arguments, show_function_name); in DumpDeclaration()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolContext.h160 bool show_function_arguments, bool show_function_name,
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DAddress.cpp672 const bool show_function_name = (style != DumpStyleNoFunctionName); in Dump() local
687 show_function_arguments, show_function_name, in Dump()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp1039 const bool show_function_name = true; in DoExecute() local
1044 show_function_arguments, show_function_name); in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1836 const bool show_function_name = true; in Dump() local
1840 show_function_name); in Dump()