Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/Utility/
DInferiorCallPOSIX.cpp35 const bool include_inlines = false; in InferiorCallMmap() local
41 include_inlines, in InferiorCallMmap()
147 const bool include_inlines = false; in InferiorCallMunmap() local
153 include_inlines, in InferiorCallMunmap()
/external/lldb/source/Core/
DAddressResolverName.cpp111 const bool include_inlines = true; in SearchCallback() local
125 include_inlines, in SearchCallback()
139 include_inlines, in SearchCallback()
DModule.cpp594 bool include_inlines, in FindFunctions() argument
622 include_inlines, in FindFunctions()
660 … symbols->FindFunctions(name, namespace_decl, name_type_mask, include_inlines, append, sc_list); in FindFunctions()
678 bool include_inlines, in FindFunctions() argument
690 symbols->FindFunctions(regex, include_inlines, append, sc_list); in FindFunctions()
DModuleList.cpp333 bool include_inlines, in FindFunctions() argument
360 include_inlines, in FindFunctions()
393 …(*pos)->FindFunctions (name, NULL, name_type_mask, include_symbols, include_inlines, true, sc_list… in FindFunctions()
DDisassembler.cpp192 const bool include_inlines = true; in Disassemble() local
199 include_inlines, in Disassemble()
208 include_inlines, in Disassemble()
/external/lldb/source/Symbol/
DSymbolVendor.cpp307 …st ClangNamespaceDecl *namespace_decl, uint32_t name_type_mask, bool include_inlines, bool append,… in FindFunctions() argument
314 …n m_sym_file_ap->FindFunctions(name, namespace_decl, name_type_mask, include_inlines, append, sc_l… in FindFunctions()
320 SymbolVendor::FindFunctions(const RegularExpression& regex, bool include_inlines, bool append, Symb… in FindFunctions() argument
327 return m_sym_file_ap->FindFunctions(regex, include_inlines, append, sc_list); in FindFunctions()
/external/lldb/include/lldb/Symbol/
DSymbolVendor.h111 bool include_inlines,
117 bool include_inlines,
DSymbolFile.h138 …st ClangNamespaceDecl *namespace_decl, uint32_t name_type_mask, bool include_inlines, bool append,…
139 …virtual uint32_t FindFunctions (const RegularExpression& regex, bool include_inlines, bool …
/external/lldb/source/Plugins/SymbolFile/Symtab/
DSymbolFileSymtab.h97 …e::ClangNamespaceDecl *namespace_decl, uint32_t name_type_mask, bool include_inlines, bool append,…
100 …FindFunctions(const lldb_private::RegularExpression& regex, bool include_inlines, bool append, lld…
DSymbolFileSymtab.cpp342 …st ClangNamespaceDecl *namespace_decl, uint32_t name_type_mask, bool include_inlines, bool append… in FindFunctions() argument
356 SymbolFileSymtab::FindFunctions(const RegularExpression& regex, bool include_inlines, bool append, … in FindFunctions() argument
/external/lldb/source/Breakpoint/
DBreakpointResolverName.cpp208 const bool include_inlines = true; in SearchCallback() local
223 include_inlines, in SearchCallback()
238 include_inlines, in SearchCallback()
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.h85 …e::ClangNamespaceDecl *namespace_decl, uint32_t name_type_mask, bool include_inlines, bool append,…
86 … FindFunctions (const lldb_private::RegularExpression& regex, bool include_inlines, bool append,…
DSymbolFileDWARFDebugMap.cpp1085 …st ClangNamespaceDecl *namespace_decl, uint32_t name_type_mask, bool include_inlines, bool append,… in FindFunctions() argument
1102 …if (oso_dwarf->FindFunctions(name, namespace_decl, name_type_mask, include_inlines, true, sc_list)) in FindFunctions()
1113 SymbolFileDWARFDebugMap::FindFunctions (const RegularExpression& regex, bool include_inlines, bool … in FindFunctions() argument
1131 if (oso_dwarf->FindFunctions(regex, include_inlines, true, sc_list)) in FindFunctions()
DSymbolFileDWARF.h120 …e::ClangNamespaceDecl *namespace_decl, uint32_t name_type_mask, bool include_inlines, bool append,…
121 … FindFunctions(const lldb_private::RegularExpression& regex, bool include_inlines, bool append,…
DSymbolFileDWARF.cpp3529 bool include_inlines, in FindFunctions() argument
3599 if (!include_inlines && die->Tag() == DW_TAG_inlined_subroutine) in FindFunctions()
3634 if (!include_inlines && die->Tag() == DW_TAG_inlined_subroutine) in FindFunctions()
3668 if (!include_inlines && die->Tag() == DW_TAG_inlined_subroutine) in FindFunctions()
3780 if (!include_inlines && die->Tag() == DW_TAG_inlined_subroutine) in FindFunctions()
3809 if (!include_inlines && die->Tag() == DW_TAG_inlined_subroutine) in FindFunctions()
3847 SymbolFileDWARF::FindFunctions(const RegularExpression& regex, bool include_inlines, bool append, S… in FindFunctions() argument
/external/lldb/source/Commands/
DCommandObjectSource.cpp453 bool include_inlines = true; in FindMatchingFunctions() local
473 …modules.FindFunctions (name, eFunctionNameTypeAuto, include_symbols, include_inlines, append, sc_l… in FindMatchingFunctions()
479 …mages().FindFunctions (name, eFunctionNameTypeAuto, include_symbols, include_inlines, append, sc_l… in FindMatchingFunctions()
DCommandCompletions.cpp665 const bool include_inlines = true; in SearchCallback() local
667 … context.module_sp->FindFunctions (m_regex, include_symbols, include_inlines, append, sc_list); in SearchCallback()
DCommandObjectTarget.cpp1665 bool include_inlines, in LookupFunctionInModule() argument
1679 include_inlines, in LookupFunctionInModule()
1690 include_inlines, in LookupFunctionInModule()
/external/lldb/include/lldb/Core/
DModuleList.h268 bool include_inlines,
/external/lldb/source/Expression/
DClangASTSource.cpp981 const bool include_inlines = false; in FindObjCMethodDecls() local
993 …(instance_method_name, lldb::eFunctionNameTypeFull, include_symbols, include_inlines, append, sc_l… in FindObjCMethodDecls()
1003 …ons(class_method_name, lldb::eFunctionNameTypeFull, include_symbols, include_inlines, append, sc_l… in FindObjCMethodDecls()
1013 …ons(selector_name, lldb::eFunctionNameTypeSelector, include_symbols, include_inlines, append, cand… in FindObjCMethodDecls()
DClangExpressionDeclMap.cpp1257 const bool include_inlines = false; in FindExternalVisibleDecls() local
1268 include_inlines, in FindExternalVisibleDecls()
1282 include_inlines, in FindExternalVisibleDecls()