/external/lldb/test/python_api/type/ |
D | TestTypeList.py | 66 type_list = target.FindTypes('Task') 75 fuzz_types = target.FindTypes(None)
|
/external/lldb/include/lldb/Symbol/ |
D | TypeVendor.h | 38 FindTypes (const ConstString &name,
|
D | TypeList.h | 40 FindTypes(const ConstString &name);
|
D | SymbolFile.h | 140 …virtual uint32_t FindTypes (const SymbolContext& sc, const ConstString &name, const ClangNa…
|
D | SymbolVendor.h | 122 FindTypes (const SymbolContext& sc,
|
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCTypeVendor.h | 36 FindTypes (const ConstString &name,
|
/external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
D | ItaniumABILanguageRuntime.cpp | 128 num_matches = sc.module_sp->FindTypes (sc, in GetDynamicTypeAndAddress() 140 num_matches = target->GetImages().FindTypes (sc, in GetDynamicTypeAndAddress()
|
/external/lldb/test/python_api/default-constructor/ |
D | sb_target.py | 26 obj.FindTypes("dont_care")
|
/external/lldb/include/lldb/API/ |
D | SBModule.h | 200 FindTypes (const char* type);
|
D | SBTarget.h | 745 FindTypes (const char* type);
|
/external/lldb/test/python_api/module_section/ |
D | TestModuleAndSection.py | 94 exe_module.FindTypes(None)
|
/external/lldb/source/Symbol/ |
D | SymbolVendor.cpp | 334 SymbolVendor::FindTypes (const SymbolContext& sc, const ConstString &name, const ClangNamespaceDecl… in FindTypes() function in SymbolVendor 341 return m_sym_file_ap->FindTypes(sc, name, namespace_decl, append, max_matches, types); in FindTypes()
|
/external/lldb/source/Plugins/SymbolFile/Symtab/ |
D | SymbolFileSymtab.h | 103 …FindTypes (const lldb_private::SymbolContext& sc,const lldb_private::ConstString &name, const lldb…
|
D | SymbolFileSymtab.cpp | 384 SymbolFileSymtab::FindTypes (const lldb_private::SymbolContext& sc, in FindTypes() function in SymbolFileSymtab
|
/external/lldb/include/lldb/Core/ |
D | ModuleList.h | 434 FindTypes (const SymbolContext& sc,
|
D | Module.h | 452 FindTypes (const SymbolContext& sc,
|
/external/lldb/source/API/ |
D | SBModule.cpp | 524 SBModule::FindTypes (const char *type) in FindTypes() function in SBModule 535 const uint32_t num_matches = module_sp->FindTypes (sc, in FindTypes()
|
/external/lldb/source/Core/ |
D | ModuleList.cpp | 609 ModuleList::FindTypes (const SymbolContext& sc, const ConstString &name, bool name_is_fully_qualifi… in FindTypes() function in ModuleList 623 … total_matches += (*pos)->FindTypes (sc, name, name_is_fully_qualified, max_matches, types); in FindTypes() 640 … total_matches += (*pos)->FindTypes (world_sc, name, name_is_fully_qualified, max_matches, types); in FindTypes()
|
D | Module.cpp | 768 return symbols->FindTypes(sc, name, namespace_decl, append, max_matches, types); in FindTypes_Impl() 790 const size_t num_matches = FindTypes (sc, name, exact_match, 1, type_list); in FindFirstType() 798 Module::FindTypes (const SymbolContext& sc, in FindTypes() function in Module
|
/external/lldb/source/Expression/ |
D | ClangASTSource.cpp | 269 module_list.FindTypes (null_sc, name, exact_match, UINT32_MAX, types); in CompleteType() 683 m_target->GetImages().FindTypes(null_sc, name, exact_match, 1, types); in FindExternalVisibleDecls() 739 if (!type_vendor->FindTypes(name, in FindExternalVisibleDecls() 1167 if (!type_vendor->FindTypes(interface_name, in FindObjCMethodDecls() 1338 if (!type_vendor->FindTypes(class_name, in FindObjCPropertyAndIvarDecls()
|
/external/lldb/examples/python/ |
D | types.py | 206 types = module.FindTypes(typename)
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARF.h | 122 …virtual uint32_t FindTypes (const lldb_private::SymbolContext& sc, const lldb_private::Cons… 447 …uint32_t FindTypes(std::vector<dw_offset_t> die_offsets, uint32_t max_matches, lldb…
|
D | SymbolFileDWARFDebugMap.h | 87 …virtual uint32_t FindTypes (const lldb_private::SymbolContext& sc, const lldb_private::Cons…
|
D | SymbolFileDWARFDebugMap.cpp | 1229 SymbolFileDWARFDebugMap::FindTypes in FindTypes() function in SymbolFileDWARFDebugMap 1249 return oso_dwarf->FindTypes (sc, name, namespace_decl, append, max_matches, types); in FindTypes() 1255 oso_dwarf->FindTypes (sc, name, namespace_decl, append, max_matches, types); in FindTypes()
|
/external/lldb/scripts/Python/interface/ |
D | SBModule.i | 225 FindTypes (const char* type);
|