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

12

/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DDeclVendor.cpp18 std::vector<CompilerType> DeclVendor::FindTypes(ConstString name, function in class:DeclVendor
H A DSymbolFile.cpp132 void SymbolFile::FindTypes( function in class:SymbolFile
138 void SymbolFile::FindTypes(llvm::ArrayRef<CompilerContext> pattern, function in class:SymbolFile
/freebsd-13-stable/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 DSymbolFile.h232 FindTypes(ConstString name, const CompilerDeclContext &parent_decl_ctx,
243 FindTypes(llvm::ArrayRef<CompilerContext> pattern, LanguageSet languages,
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModule.h203 lldb::SBTypeList FindTypes(const char *type);
H A DSBTarget.h774 lldb::SBTypeList FindTypes(const char *type);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h120 void FindTypes(ConstString name, const CompilerDeclContext &parent_decl_ctx,
125 void FindTypes(llvm::ArrayRef<CompilerContext> pattern, LanguageSet languages,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h139 void FindTypes(ConstString name, const CompilerDeclContext &parent_decl_ctx,
144 void FindTypes(llvm::ArrayRef<CompilerContext> pattern, LanguageSet languages,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h140 FindTypes(lldb_private::ConstString name,
146 void FindTypes(llvm::ArrayRef<lldb_private::CompilerContext> pattern,
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h418 FindTypes(ConstString type_name, bool exact_match, size_t max_matches,
424 /// This behaves like the other FindTypes method but allows to
430 void FindTypes(llvm::ArrayRef<CompilerContext> pattern, LanguageSet languages,
H A DModuleList.h361 void FindTypes(Module *search_first, ConstString name,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp88 // We know the class name is absolute, so tell FindTypes that by
101 sc.module_sp->FindTypes(ConstString(lookup_name), exact_match, 1,
107 target.GetImages().FindTypes(nullptr, ConstString(lookup_name),
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.h122 FindTypes(lldb_private::ConstString name,
128 FindTypes(llvm::ArrayRef<lldb_private::CompilerContext> context,
H A DSymbolFileDWARF.h195 FindTypes(lldb_private::ConstString name,
201 void FindTypes(llvm::ArrayRef<lldb_private::CompilerContext> pattern,
H A DSymbolFileDWARFDebugMap.cpp1181 void SymbolFileDWARFDebugMap::FindTypes( function in class:SymbolFileDWARFDebugMap
1188 oso_dwarf->FindTypes(name, parent_decl_ctx, max_matches,
1194 void SymbolFileDWARFDebugMap::FindTypes( function in class:SymbolFileDWARFDebugMap
1199 oso_dwarf->FindTypes(context, languages, searched_symbol_files, types);
1206 // SymbolFileDWARFDebugMap::FindTypes (const SymbolContext& sc, const
1212 // return oso_dwarf->FindTypes (sc, regex, append, max_matches, encoding,
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp489 lldb::SBTypeList SBModule::FindTypes(const char *type) { function in class:SBModule
490 LLDB_RECORD_METHOD(lldb::SBTypeList, SBModule, FindTypes, (const char *),
501 module_sp->FindTypes(name, exact_match, UINT32_MAX, searched_symbol_files,
750 LLDB_REGISTER_METHOD(lldb::SBTypeList, SBModule, FindTypes, (const char *));
/freebsd-13-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeFormat.cpp165 images.FindTypes(nullptr, m_enum_type, false, UINT32_MAX,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp232 auto types = decl_vendor->FindTypes(ConstString(name), /*max_matches*/ 1);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DLanguage.cpp394 images.FindTypes(nullptr, cs_key, false, UINT32_MAX, searched_sym_files,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp521 void ModuleList::FindTypes(Module *search_first, ConstString name, function in class:ModuleList
531 search_first->FindTypes(name, name_is_fully_qualified, max_matches,
545 (*pos)->FindTypes(name, name_is_fully_qualified, max_matches,
H A DModule.cpp946 symbols->FindTypes(name, parent_decl_ctx, max_matches,
968 FindTypes(name, exact_match, 1, searched_symbol_files, type_list);
974 void Module::FindTypes( function in class:Module
1027 void Module::FindTypes( function in class:Module
1034 symbols->FindTypes(pattern, languages, searched_symbol_files, types);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp124 module_sp->FindTypes(name, exact_match, max_matches, searched_symbol_files,
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBModule.i266 FindTypes (const char* type);

Completed in 130 milliseconds

12