Home
last modified time | relevance | path

Searched refs:include_symbols (Results 1 – 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
HDInferiorCallPOSIX.cpp44 const bool include_symbols = true; in InferiorCallMmap() local
48 ConstString("mmap"), eFunctionNameTypeFull, include_symbols, in InferiorCallMmap()
138 const bool include_symbols = true; in InferiorCallMunmap() local
142 ConstString("munmap"), eFunctionNameTypeFull, include_symbols, in InferiorCallMunmap()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDAddressResolverName.cpp87 const bool include_symbols = false; in SearchCallback() local
95 eFunctionNameTypeAuto, include_symbols, in SearchCallback()
104 context.module_sp->FindFunctions(m_regex, include_symbols, in SearchCallback()
HDModuleList.cpp331 bool include_symbols, bool include_inlines, in FindFunctions() argument
342 lookup_info.GetNameTypeMask(), include_symbols, in FindFunctions()
354 (*pos)->FindFunctions(name, nullptr, name_type_mask, include_symbols, in FindFunctions()
389 bool include_symbols, bool include_inlines, in FindFunctions() argument
394 (*pos)->FindFunctions(name, include_symbols, include_inlines, sc_list); in FindFunctions()
HDModule.cpp788 bool include_symbols, bool include_inlines, in FindFunctions() argument
805 if (include_symbols) { in FindFunctions()
824 if (include_symbols) { in FindFunctions()
833 void Module::FindFunctions(const RegularExpression &regex, bool include_symbols, in FindFunctions() argument
843 if (include_symbols) { in FindFunctions()
HDDisassembler.cpp170 const bool include_symbols = true; in Disassemble() local
176 module->FindFunctions(name, nullptr, eFunctionNameTypeAuto, include_symbols, in Disassemble()
180 name, eFunctionNameTypeAuto, include_symbols, include_inlines, sc_list); in Disassemble()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDModuleList.h255 bool include_symbols, bool include_inlines,
264 void FindFunctions(const RegularExpression &name, bool include_symbols,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
HDBreakpointResolverName.cpp272 const bool include_symbols = !filter_by_cu; in SearchCallback() local
282 include_symbols, include_inlines, func_list); in SearchCallback()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandCompletions.cpp439 const bool include_symbols = true; in SearchCallback() local
441 context.module_sp->FindFunctions(m_regex, include_symbols, include_inlines, in SearchCallback()
HDCommandObjectSource.cpp866 bool include_symbols = false; in FindMatchingFunctions() local
881 include_symbols, include_inlines, in FindMatchingFunctions()
887 include_symbols, include_inlines, in FindMatchingFunctions()
HDCommandObjectTarget.cpp1591 bool include_inlines, bool include_symbols, in LookupFunctionInModule() argument
1598 module->FindFunctions(function_name_regex, include_symbols, in LookupFunctionInModule()
1603 include_symbols, include_inlines, sc_list); in LookupFunctionInModule()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangASTSource.cpp1057 const bool include_symbols = false; in FindObjCMethodDecls() local
1070 instance_method_name, lldb::eFunctionNameTypeFull, include_symbols, in FindObjCMethodDecls()
1083 class_method_name, lldb::eFunctionNameTypeFull, include_symbols, in FindObjCMethodDecls()
1096 selector_name, lldb::eFunctionNameTypeSelector, include_symbols, in FindObjCMethodDecls()
HDClangExpressionDeclMap.cpp1247 const bool include_symbols = false; in LookupFunction() local
1250 include_symbols, include_inlines, sc_list); in LookupFunction()
1252 const bool include_symbols = true; in LookupFunction() local
1258 name, eFunctionNameTypeFull | eFunctionNameTypeBase, include_symbols, in LookupFunction()