Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp178 const bool show_function_name = true; in DumpDeclaration() local
182 show_function_arguments, show_function_name); in DumpDeclaration()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DSymbolContext.h154 bool show_function_name) const;
/llvm-project-15.0.7/lldb/source/Core/
H A DAddress.cpp670 const bool show_function_name = (style != DumpStyleNoFunctionName); in Dump() local
685 show_function_arguments, show_function_name); in Dump()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectSource.cpp1073 const bool show_function_name = true; in DoExecute() local
1078 show_function_arguments, show_function_name); in DoExecute()
/llvm-project-15.0.7/lldb/source/Target/
H A DStackFrame.cpp1820 const bool show_function_name = true; in Dump() local
1824 show_function_name); in Dump()