Searched refs:include_inlines (Results 1 - 21 of 21) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Core/
H A DAddressResolverName.cpp111 const bool include_inlines = true; local
125 include_inlines,
139 include_inlines,
H A DModule.cpp670 bool include_inlines,
698 include_inlines,
736 symbols->FindFunctions(name, namespace_decl, name_type_mask, include_inlines, append, sc_list);
754 bool include_inlines,
766 symbols->FindFunctions(regex, include_inlines, append, sc_list);
666 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
752 FindFunctions(const RegularExpression& regex, bool include_symbols, bool include_inlines, bool append, SymbolContextList& sc_list) argument
H A DDisassembler.cpp193 const bool include_inlines = true; local
200 include_inlines,
209 include_inlines,
H A DModuleList.cpp336 bool include_inlines,
363 include_inlines,
396 (*pos)->FindFunctions (name, NULL, name_type_mask, include_symbols, include_inlines, true, sc_list);
333 FindFunctions(const ConstString &name, uint32_t name_type_mask, bool include_symbols, bool include_inlines, bool append, SymbolContextList &sc_list) const argument
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp53 const bool include_inlines = false; local
59 include_inlines,
160 const bool include_inlines = false; local
166 include_inlines,
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DSymbolFile.h138 virtual uint32_t FindFunctions (const ConstString &name, const ClangNamespaceDecl *namespace_decl, uint32_t name_type_mask, bool include_inlines, bool append, SymbolContextList& sc_list) = 0;
139 virtual uint32_t FindFunctions (const RegularExpression& regex, bool include_inlines, bool append, SymbolContextList& sc_list) = 0;
H A DSymbolVendor.h111 bool include_inlines,
117 bool include_inlines,
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.h97 FindFunctions(const lldb_private::ConstString &name, const lldb_private::ClangNamespaceDecl *namespace_decl, uint32_t name_type_mask, bool include_inlines, bool append, lldb_private::SymbolContextList& sc_list);
100 FindFunctions(const lldb_private::RegularExpression& regex, bool include_inlines, bool append, lldb_private::SymbolContextList& sc_list);
H A DSymbolFileSymtab.cpp342 SymbolFileSymtab::FindFunctions(const ConstString &name, const ClangNamespaceDecl *namespace_decl, uint32_t name_type_mask, bool include_inlines, bool append, SymbolContextList& sc_list) argument
356 SymbolFileSymtab::FindFunctions(const RegularExpression& regex, bool include_inlines, bool append, SymbolContextList& sc_list) argument
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp208 const bool include_inlines = true; local
223 include_inlines,
238 include_inlines,
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbolVendor.cpp307 SymbolVendor::FindFunctions(const ConstString &name, const ClangNamespaceDecl *namespace_decl, uint32_t name_type_mask, bool include_inlines, bool append, SymbolContextList& sc_list) argument
314 return m_sym_file_ap->FindFunctions(name, namespace_decl, name_type_mask, include_inlines, append, sc_list);
320 SymbolVendor::FindFunctions(const RegularExpression& regex, bool include_inlines, bool append, SymbolContextList& sc_list) argument
327 return m_sym_file_ap->FindFunctions(regex, include_inlines, append, sc_list);
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.h85 virtual uint32_t FindFunctions (const lldb_private::ConstString &name, const lldb_private::ClangNamespaceDecl *namespace_decl, uint32_t name_type_mask, bool include_inlines, bool append, lldb_private::SymbolContextList& sc_list);
86 virtual uint32_t FindFunctions (const lldb_private::RegularExpression& regex, bool include_inlines, bool append, lldb_private::SymbolContextList& sc_list);
H A DSymbolFileDWARF.h120 virtual uint32_t FindFunctions(const lldb_private::ConstString &name, const lldb_private::ClangNamespaceDecl *namespace_decl, uint32_t name_type_mask, bool include_inlines, bool append, lldb_private::SymbolContextList& sc_list);
121 virtual uint32_t FindFunctions(const lldb_private::RegularExpression& regex, bool include_inlines, bool append, lldb_private::SymbolContextList& sc_list);
H A DSymbolFileDWARFDebugMap.cpp1085 SymbolFileDWARFDebugMap::FindFunctions(const ConstString &name, const ClangNamespaceDecl *namespace_decl, uint32_t name_type_mask, bool include_inlines, bool append, SymbolContextList& sc_list) argument
1102 if (oso_dwarf->FindFunctions(name, namespace_decl, name_type_mask, include_inlines, true, sc_list))
1113 SymbolFileDWARFDebugMap::FindFunctions (const RegularExpression& regex, bool include_inlines, bool append, SymbolContextList& sc_list) argument
1131 if (oso_dwarf->FindFunctions(regex, include_inlines, true, sc_list))
H A DSymbolFileDWARF.cpp3577 bool include_inlines,
3647 if (!include_inlines && die->Tag() == DW_TAG_inlined_subroutine)
3682 if (!include_inlines && die->Tag() == DW_TAG_inlined_subroutine)
3716 if (!include_inlines && die->Tag() == DW_TAG_inlined_subroutine)
3837 if (!include_inlines && die->Tag() == DW_TAG_inlined_subroutine)
3866 if (!include_inlines && die->Tag() == DW_TAG_inlined_subroutine)
3904 SymbolFileDWARF::FindFunctions(const RegularExpression& regex, bool include_inlines, bool append, SymbolContextList& sc_list) argument
3574 FindFunctions(const ConstString &name, const lldb_private::ClangNamespaceDecl *namespace_decl, uint32_t name_type_mask, bool include_inlines, bool append, SymbolContextList& sc_list) argument
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectSource.cpp454 bool include_inlines = true; local
474 num_matches += matching_modules.FindFunctions (name, eFunctionNameTypeAuto, include_symbols, include_inlines, append, sc_list);
480 num_matches = target->GetImages().FindFunctions (name, eFunctionNameTypeAuto, include_symbols, include_inlines, append, sc_list);
H A DCommandCompletions.cpp687 const bool include_inlines = true; local
689 context.module_sp->FindFunctions (m_regex, include_symbols, include_inlines, append, sc_list);
H A DCommandObjectTarget.cpp1733 bool include_inlines,
1747 include_inlines,
1758 include_inlines,
1728 LookupFunctionInModule(CommandInterpreter &interpreter, Stream &strm, Module *module, const char *name, bool name_is_regex, bool include_inlines, bool include_symbols, bool verbose) argument
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleList.h268 bool include_inlines,
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Expression/
H A DClangASTSource.cpp991 const bool include_inlines = false; local
1003 m_target->GetImages().FindFunctions(instance_method_name, lldb::eFunctionNameTypeFull, include_symbols, include_inlines, append, sc_list);
1013 m_target->GetImages().FindFunctions(class_method_name, lldb::eFunctionNameTypeFull, include_symbols, include_inlines, append, sc_list);
1023 m_target->GetImages().FindFunctions(selector_name, lldb::eFunctionNameTypeSelector, include_symbols, include_inlines, append, candidate_sc_list);
H A DClangExpressionDeclMap.cpp1332 const bool include_inlines = false; local
1343 include_inlines,
1357 include_inlines,

Completed in 301 milliseconds