Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp72 bool show_function_name) const { in DumpStopContext()
86 if (!show_function_name) { in DumpStopContext()
103 if (!show_function_name) { in DumpStopContext()
143 const bool show_function_name = true; in DumpStopContext() local
146 show_inlined_frames, show_function_arguments, show_function_name); in DumpStopContext()
157 if (!show_function_name) { in DumpStopContext()
170 if (!show_function_name) { in DumpStopContext()
H A DVariable.cpp188 const bool show_function_name = true; in DumpDeclaration() local
192 show_function_arguments, show_function_name); in DumpDeclaration()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolContext.h154 bool show_function_name) const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DAddress.cpp655 const bool show_function_name = (style != DumpStyleNoFunctionName); in Dump() local
670 show_function_arguments, show_function_name); in Dump()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp1087 const bool show_function_name = true; in DoExecute() local
1092 show_function_arguments, show_function_name); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1806 const bool show_function_name = true; in Dump() local
1810 show_function_name); in Dump()