Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DDeclVendor.cpp18 std::vector<CompilerType> DeclVendor::FindTypes(ConstString name, in FindTypes() function in DeclVendor
H A DSymbolFileOnDemand.cpp434 void SymbolFileOnDemand::FindTypes(const TypeQuery &match, in FindTypes() function in SymbolFileOnDemand
441 return m_sym_file_impl->FindTypes(match, results); in FindTypes()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DDeclVendor.h66 std::vector<CompilerType> FindTypes(ConstString name, uint32_t max_matches);
H A DTypeList.h31 TypeList FindTypes(ConstString name);
H A DTypeMap.h32 TypeMap FindTypes(ConstString name);
H A DSymbolFileOnDemand.h155 void FindTypes(const lldb_private::TypeQuery &query,
H A DSymbolFile.h317 virtual void FindTypes(const TypeQuery &query, TypeResults &results) {} in FindTypes() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h137 void FindTypes(const lldb_private::TypeQuery &match,
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModule.h205 lldb::SBTypeList FindTypes(const char *type);
H A DSBTarget.h861 lldb::SBTypeList FindTypes(const char *type);
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h436 void FindTypes(const TypeQuery &query, TypeResults &results);
H A DModuleList.h378 void FindTypes(Module *search_first, const TypeQuery &query,
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp210 item.first->FindTypes(query, results); in FindCompleteType()
238 module_list.FindTypes(nullptr, query, results); in FindCompleteType()
603 module_sp->FindTypes(query, results); in FindExternalVisibleDecls()
609 m_target->GetImages().FindTypes(nullptr, query, results); in FindExternalVisibleDecls()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeFormat.cpp166 images.FindTypes(nullptr, query, results); in FormatObject()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp444 module_sp->FindTypes(query, results); in FindFirstType()
479 lldb::SBTypeList SBModule::FindTypes(const char *type) {
489 module_sp->FindTypes(query, results); in FindTypes()
480 lldb::SBTypeList SBModule::FindTypes(const char *type) { FindTypes() function in SBModule
H A DSBTarget.cpp1822 target_sp->GetImages().FindTypes(/*search_first=*/nullptr, query, results); in FindFirstType()
1830 auto types = vendor->FindTypes(const_typename, /*max_matches*/ 1); in FindFirstType()
1858 lldb::SBTypeList SBTarget::FindTypes(const char *typename_cstr) { in FindTypes() function in SBTarget
1868 images.FindTypes(nullptr, query, results); in FindTypes()
1877 vendor->FindTypes(const_typename, /*max_matches*/ UINT32_MAX); in FindTypes()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp95 module_sp->FindTypes(query, results); in GetTypeInfo()
105 m_process->GetTarget().GetImages().FindTypes(nullptr, query, results); in GetTypeInfo()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp587 void ModuleList::FindTypes(Module *search_first, const TypeQuery &query, in FindTypes() function in ModuleList
591 search_first->FindTypes(query, results); in FindTypes()
597 module_sp->FindTypes(query, results); in FindTypes()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.h108 void FindTypes(const lldb_private::TypeQuery &match, in GetTypes()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp237 auto types = decl_vendor->FindTypes(ConstString(name), /*max_matches*/ 1); in BuildObjCObjectPointerType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.h122 void FindTypes(const lldb_private::TypeQuery &match,
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h143 void FindTypes(const lldb_private::TypeQuery &match,
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp937 decl_vendor->FindTypes(name, /*max_matches*/ UINT32_MAX)) { in GetTypeScavenger()
966 auto types = clang_modules_decl_vendor->FindTypes( in GetTypeScavenger()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp144 module_sp->FindTypes(query, results); in LookupInCompleteClassCache()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DLanguage.cpp470 images.FindTypes(nullptr, query, type_results); in Find_Impl()

12