Searched defs:include_symbols (Results 1 - 13 of 13) sorted by relevance

/external/lldb/source/Core/
H A DAddressResolverName.cpp110 const bool include_symbols = false; local
124 include_symbols,
138 include_symbols,
H A DDisassembler.cpp191 const bool include_symbols = true; local
198 include_symbols,
207 include_symbols,
H A DModuleList.cpp332 bool include_symbols,
359 include_symbols,
393 (*pos)->FindFunctions (name, NULL, name_type_mask, include_symbols, include_inlines, true, sc_list);
330 FindFunctions(const ConstString &name, uint32_t name_type_mask, bool include_symbols, bool include_inlines, bool append, SymbolContextList &sc_list) const argument
H A DModule.cpp593 bool include_symbols,
627 if (include_symbols)
663 if (include_symbols)
677 bool include_symbols,
693 if (include_symbols)
590 FindFunctions(const ConstString &name, const ClangNamespaceDecl *namespace_decl, uint32_t name_type_mask, bool include_symbols, bool include_inlines, bool append, SymbolContextList& sc_list) argument
676 FindFunctions(const RegularExpression& regex, bool include_symbols, bool include_inlines, bool append, SymbolContextList& sc_list) argument
/external/oprofile/pp/
H A Dopannotate_options.cpp48 string include_symbols; member in namespace:__anon28470
69 popt::option(include_symbols, "include-symbols", 'i',
120 options::symbol_filter = string_filter(include_symbols, exclude_symbols);
H A Dopreport_options.cpp61 vector<string> include_symbols; member in namespace:__anon28476
85 popt::option(include_symbols, "include-symbols", 'i',
218 if (!exclude_symbols.empty() || !include_symbols.empty()) {
306 if (!include_symbols.empty())
307 xml_utils::add_option(INCLUDE_SYMBOLS, include_symbols);
316 symbol_filter = string_filter(include_symbols, exclude_symbols);
/external/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp34 const bool include_symbols = true; local
40 include_symbols,
146 const bool include_symbols = true; local
152 include_symbols,
/external/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp207 const bool include_symbols = filter_by_cu == false; local
222 include_symbols,
/external/lldb/source/Commands/
H A DCommandCompletions.cpp664 const bool include_symbols = true; local
667 context.module_sp->FindFunctions (m_regex, include_symbols, include_inlines, append, sc_list);
H A DCommandObjectSource.cpp455 bool include_symbols = false; local
473 num_matches += matching_modules.FindFunctions (name, eFunctionNameTypeAuto, include_symbols, include_inlines, append, sc_list);
479 num_matches = target->GetImages().FindFunctions (name, eFunctionNameTypeAuto, include_symbols, include_inlines, append, sc_list);
H A DCommandObjectTarget.cpp1666 bool include_symbols,
1678 include_symbols,
1689 include_symbols,
1660 LookupFunctionInModule(CommandInterpreter &interpreter, Stream &strm, Module *module, const char *name, bool name_is_regex, bool include_inlines, bool include_symbols, bool verbose) argument
/external/lldb/source/Expression/
H A DClangExpressionDeclMap.cpp1262 const bool include_symbols = false; local
1267 include_symbols,
1274 const bool include_symbols = true; local
1281 include_symbols,
H A DClangASTSource.cpp980 const bool include_symbols = false; local
993 m_target->GetImages().FindFunctions(instance_method_name, lldb::eFunctionNameTypeFull, include_symbols, include_inlines, append, sc_list);
1003 m_target->GetImages().FindFunctions(class_method_name, lldb::eFunctionNameTypeFull, include_symbols, include_inlines, append, sc_list);
1013 m_target->GetImages().FindFunctions(selector_name, lldb::eFunctionNameTypeSelector, include_symbols, include_inlines, append, candidate_sc_list);

Completed in 1217 milliseconds