Searched refs:FindTypes (Results 1 - 25 of 25) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DTypeVendor.h38 FindTypes (const ConstString &name,
H A DTypeList.h42 FindTypes(const ConstString &name);
H A DSymbolFile.h140 virtual uint32_t FindTypes (const SymbolContext& sc, const ConstString &name, const ClangNamespaceDecl *namespace_decl, bool append, uint32_t max_matches, TypeList& types) = 0;
141 // virtual uint32_t FindTypes (const SymbolContext& sc, const RegularExpression& regex, bool append, uint32_t max_matches, TypeList& types) = 0;
H A DSymbolVendor.h122 FindTypes (const SymbolContext& sc,
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBModule.h236 FindTypes (const char* type);
H A DSBTarget.h800 FindTypes (const char* type);
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeFormat.cpp186 images.FindTypes(sc, m_enum_type, false, UINT32_MAX, types);
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.h103 FindTypes (const lldb_private::SymbolContext& sc,const lldb_private::ConstString &name, const lldb_private::ClangNamespaceDecl *namespace_decl, bool append, uint32_t max_matches, lldb_private::TypeList& types);
H A DSymbolFileSymtab.cpp384 SymbolFileSymtab::FindTypes (const lldb_private::SymbolContext& sc, function in class:SymbolFileSymtab
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp129 num_matches = sc.module_sp->FindTypes (sc,
141 num_matches = target->GetImages().FindTypes (sc,
/freebsd-10.2-release/contrib/llvm/tools/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);
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleList.h434 FindTypes (const SymbolContext& sc,
H A DModule.h487 FindTypes (const SymbolContext& sc,
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/API/
H A DSBModule.cpp545 SBModule::FindTypes (const char *type) function in class:SBModule
556 const uint32_t num_matches = module_sp->FindTypes (sc,
H A DSBTarget.cpp2178 if (objc_type_vendor->FindTypes(const_typename, true, 1, types) > 0)
2207 SBTarget::FindTypes (const char* typename_cstr) function in class:SBTarget
2219 uint32_t num_matches = images.FindTypes (sc,
2251 if (objc_type_vendor->FindTypes(const_typename, true, UINT32_MAX, types))
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h122 virtual uint32_t FindTypes (const lldb_private::SymbolContext& sc, const lldb_private::ConstString &name, const lldb_private::ClangNamespaceDecl *namespace_decl, bool append, uint32_t max_matches, lldb_private::TypeList& types);
448 uint32_t FindTypes(std::vector<dw_offset_t> die_offsets, uint32_t max_matches, lldb_private::TypeList& types);
H A DSymbolFileDWARFDebugMap.h87 virtual uint32_t FindTypes (const lldb_private::SymbolContext& sc, const lldb_private::ConstString &name, const lldb_private::ClangNamespaceDecl *namespace_decl, bool append, uint32_t max_matches, lldb_private::TypeList& types);
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.cpp3950 SymbolFileDWARF::FindTypes (const SymbolContext& sc, function in class:SymbolFileDWARF
3968 "SymbolFileDWARF::FindTypes (sc, name=\"%s\", clang::NamespaceDecl(%p) \"%s\", append=%u, max_matches=%u, type_list)",
3978 "SymbolFileDWARF::FindTypes (sc, name=\"%s\", clang::NamespaceDecl(NULL), append=%u, max_matches=%u, type_list)",
4053 "SymbolFileDWARF::FindTypes (sc, name=\"%s\", clang::NamespaceDecl(%p) \"%s\", append=%u, max_matches=%u, type_list) => %u",
4064 "SymbolFileDWARF::FindTypes (sc, name=\"%s\", clang::NamespaceDecl(NULL), append=%u, max_matches=%u, type_list) => %u",
4167 SymbolFileDWARF::FindTypes(std::vector<dw_offset_t> die_offsets, uint32_t max_matches, TypeList& types) function in class:SymbolFileDWARF
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Core/
H A DModuleList.cpp612 ModuleList::FindTypes (const SymbolContext& sc, const ConstString &name, bool name_is_fully_qualified, size_t max_matches, TypeList& types) const function in class:ModuleList
626 total_matches += (*pos)->FindTypes (sc, name, name_is_fully_qualified, max_matches, types);
643 total_matches += (*pos)->FindTypes (world_sc, name, name_is_fully_qualified, max_matches, types);
H A DModule.cpp865 return symbols->FindTypes(sc, name, namespace_decl, append, max_matches, types);
887 const size_t num_matches = FindTypes (sc, name, exact_match, 1, type_list);
895 Module::FindTypes (const SymbolContext& sc, function in class:Module
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Expression/
H A DClangASTSource.cpp269 module_list.FindTypes (null_sc, name, exact_match, UINT32_MAX, types);
687 m_target->GetImages().FindTypes(null_sc, name, exact_match, 1, types);
743 if (!type_vendor->FindTypes(name,
1177 if (!type_vendor->FindTypes(interface_name,
1348 if (!type_vendor->FindTypes(class_name,
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Target/
H A DObjCLanguageRuntime.cpp121 const uint32_t num_types = module_sp->FindTypes (null_sc,
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMemory.cpp511 sc.module_sp->FindTypes (sc,
520 target->GetImages().FindTypes (sc,
H A DCommandObjectTarget.cpp1792 num_matches = module->FindTypes(sc, name, name_is_fully_qualified, max_num_matches, type_list);
1845 num_matches = sym_ctx.module_sp->FindTypes(sym_ctx, name, name_is_fully_qualified, max_num_matches, type_list);

Completed in 331 milliseconds