Searched defs:FindTypes (Results 1 - 9 of 9) sorted by relevance

/external/lldb/source/Symbol/
H A DSymbolVendor.cpp334 SymbolVendor::FindTypes (const SymbolContext& sc, const ConstString &name, const ClangNamespaceDecl *namespace_decl, bool append, size_t max_matches, TypeList& types) function in class:SymbolVendor
341 return m_sym_file_ap->FindTypes(sc, name, namespace_decl, append, max_matches, types);
/external/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp384 SymbolFileSymtab::FindTypes (const lldb_private::SymbolContext& sc, function in class:SymbolFileSymtab
/external/lldb/source/API/
H A DSBModule.cpp524 SBModule::FindTypes (const char *type) function in class:SBModule
535 const uint32_t num_matches = module_sp->FindTypes (sc,
H A DSBTarget.cpp2147 if (objc_type_vendor->FindTypes(const_typename, true, 1, types) > 0)
2176 SBTarget::FindTypes (const char* typename_cstr) function in class:SBTarget
2188 uint32_t num_matches = images.FindTypes (sc,
2220 if (objc_type_vendor->FindTypes(const_typename, true, UINT32_MAX, types))
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeVendor.cpp586 AppleObjCTypeVendor::FindTypes (const ConstString &name, function in class:AppleObjCTypeVendor
597 log->Printf("AppleObjCTypeVendor::FindTypes [%u] ('%s', %s, %u, )",
/external/lldb/source/Core/
H A DModuleList.cpp609 ModuleList::FindTypes (const SymbolContext& sc, const ConstString &name, bool name_is_fully_qualified, size_t max_matches, TypeList& types) const function in class:ModuleList
623 total_matches += (*pos)->FindTypes (sc, name, name_is_fully_qualified, max_matches, types);
640 total_matches += (*pos)->FindTypes (world_sc, name, name_is_fully_qualified, max_matches, types);
H A DModule.cpp768 return symbols->FindTypes(sc, name, namespace_decl, append, max_matches, types);
790 const size_t num_matches = FindTypes (sc, name, exact_match, 1, type_list);
798 Module::FindTypes (const SymbolContext& sc, function in class:Module
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp1229 SymbolFileDWARFDebugMap::FindTypes function in class:SymbolFileDWARFDebugMap
1249 return oso_dwarf->FindTypes (sc, name, namespace_decl, append, max_matches, types);
1255 oso_dwarf->FindTypes (sc, name, namespace_decl, append, max_matches, types);
1263 //SymbolFileDWARFDebugMap::FindTypes (const SymbolContext& sc, const RegularExpression& regex, bool append, uint32_t max_matches, Type::Encoding encoding, lldb::user_id_t udt_uid, TypeList& types)
1267 // return oso_dwarf->FindTypes (sc, regex, append, max_matches, encoding, udt_uid, types);
H A DSymbolFileDWARF.cpp3893 SymbolFileDWARF::FindTypes (const SymbolContext& sc, function in class:SymbolFileDWARF
3911 "SymbolFileDWARF::FindTypes (sc, name=\"%s\", clang::NamespaceDecl(%p) \"%s\", append=%u, max_matches=%u, type_list)",
3921 "SymbolFileDWARF::FindTypes (sc, name=\"%s\", clang::NamespaceDecl(NULL), append=%u, max_matches=%u, type_list)",
3996 "SymbolFileDWARF::FindTypes (sc, name=\"%s\", clang::NamespaceDecl(%p) \"%s\", append=%u, max_matches=%u, type_list) => %u",
4007 "SymbolFileDWARF::FindTypes (sc, name=\"%s\", clang::NamespaceDecl(NULL), append=%u, max_matches=%u, type_list) => %u",
4110 SymbolFileDWARF::FindTypes(std::vector<dw_offset_t> die_offsets, uint32_t max_matches, TypeList& types) function in class:SymbolFileDWARF

Completed in 210 milliseconds