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

/openbsd-current/gnu/llvm/lldb/source/Symbol/
H A DSymbolContext.cpp72 bool show_function_name) const {
86 if (!show_function_name) {
103 if (!show_function_name) {
143 const bool show_function_name = true; local
146 show_inlined_frames, show_function_arguments, show_function_name);
157 if (!show_function_name) {
170 if (!show_function_name) {
H A DVariable.cpp178 const bool show_function_name = true; local
182 show_function_arguments, show_function_name);
/openbsd-current/gnu/llvm/lldb/include/lldb/Symbol/
H A DSymbolContext.h137 /// \param[in] show_function_name
154 bool show_function_name) const;
/openbsd-current/gnu/llvm/lldb/source/Commands/
H A DCommandObjectSource.cpp1074 const bool show_function_name = true; variable
1079 show_function_arguments, show_function_name);
/openbsd-current/gnu/llvm/lldb/source/Core/
H A DAddress.cpp670 const bool show_function_name = (style != DumpStyleNoFunctionName); local
685 show_function_arguments, show_function_name);
/openbsd-current/gnu/llvm/lldb/source/Target/
H A DStackFrame.cpp1835 const bool show_function_name = true; local
1839 show_function_name);

Completed in 269 milliseconds