Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DDeclVendor.cpp18 std::vector<CompilerType> DeclVendor::FindTypes(ConstString name, in FindTypes() function in DeclVendor
H A DSymbolFile.cpp132 void SymbolFile::FindTypes( in FindTypes() function in SymbolFile
138 void SymbolFile::FindTypes(llvm::ArrayRef<CompilerContext> pattern, in FindTypes() function in SymbolFile
/freebsd-13.1/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 DSymbolFile.h233 FindTypes(ConstString name, const CompilerDeclContext &parent_decl_ctx,
244 FindTypes(llvm::ArrayRef<CompilerContext> pattern, LanguageSet languages,
H A DTypeMap.h32 TypeMap FindTypes(ConstString name);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h119 void FindTypes(ConstString name, const CompilerDeclContext &parent_decl_ctx,
124 void FindTypes(llvm::ArrayRef<CompilerContext> pattern, LanguageSet languages,
H A DSymbolFileBreakpad.cpp308 void SymbolFileBreakpad::FindTypes( in FindTypes() function in SymbolFileBreakpad
313 void SymbolFileBreakpad::FindTypes( in FindTypes() function in SymbolFileBreakpad
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h139 FindTypes(lldb_private::ConstString name,
145 void FindTypes(llvm::ArrayRef<lldb_private::CompilerContext> pattern,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h138 void FindTypes(ConstString name, const CompilerDeclContext &parent_decl_ctx,
143 void FindTypes(llvm::ArrayRef<CompilerContext> pattern, LanguageSet languages,
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp488 lldb::SBTypeList SBModule::FindTypes(const char *type) { in FindTypes() function in SBModule
489 LLDB_RECORD_METHOD(lldb::SBTypeList, SBModule, FindTypes, (const char *), in FindTypes()
500 module_sp->FindTypes(name, exact_match, UINT32_MAX, searched_symbol_files, in FindTypes()
754 LLDB_REGISTER_METHOD(lldb::SBTypeList, SBModule, FindTypes, (const char *)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h418 FindTypes(ConstString type_name, bool exact_match, size_t max_matches,
430 void FindTypes(llvm::ArrayRef<CompilerContext> pattern, LanguageSet languages,
H A DModuleList.h347 void FindTypes(Module *search_first, ConstString name,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.h121 FindTypes(lldb_private::ConstString name,
127 FindTypes(llvm::ArrayRef<lldb_private::CompilerContext> context,
H A DSymbolFileDWARF.h194 FindTypes(lldb_private::ConstString name,
200 void FindTypes(llvm::ArrayRef<lldb_private::CompilerContext> pattern,
H A DSymbolFileDWARFDebugMap.cpp1178 void SymbolFileDWARFDebugMap::FindTypes( in FindTypes() function in SymbolFileDWARFDebugMap
1185 oso_dwarf->FindTypes(name, parent_decl_ctx, max_matches, in FindTypes()
1191 void SymbolFileDWARFDebugMap::FindTypes( in FindTypes() function in SymbolFileDWARFDebugMap
1196 oso_dwarf->FindTypes(context, languages, searched_symbol_files, types); in FindTypes()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModule.h203 lldb::SBTypeList FindTypes(const char *type);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp101 sc.module_sp->FindTypes(ConstString(lookup_name), exact_match, 1, in GetTypeInfoFromVTableAddress()
107 target.GetImages().FindTypes(nullptr, ConstString(lookup_name), in GetTypeInfoFromVTableAddress()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp945 symbols->FindTypes(name, parent_decl_ctx, max_matches, in FindTypes_Impl()
967 FindTypes(name, exact_match, 1, searched_symbol_files, type_list); in FindFirstType()
973 void Module::FindTypes( in FindTypes() function in Module
1026 void Module::FindTypes( in FindTypes() function in Module
1032 symbols->FindTypes(pattern, languages, searched_symbol_files, types); in FindTypes()
H A DModuleList.cpp527 void ModuleList::FindTypes(Module *search_first, ConstString name, in FindTypes() function in ModuleList
537 search_first->FindTypes(name, name_is_fully_qualified, max_matches, in FindTypes()
551 (*pos)->FindTypes(name, name_is_fully_qualified, max_matches, in FindTypes()
/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeFormat.cpp164 images.FindTypes(nullptr, m_enum_type, false, UINT32_MAX, in FormatObject()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp232 auto types = decl_vendor->FindTypes(ConstString(name), /*max_matches*/ 1); in BuildObjCObjectPointerType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DLanguage.cpp394 images.FindTypes(nullptr, cs_key, false, UINT32_MAX, searched_sym_files, in Find_Impl()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp124 module_sp->FindTypes(name, exact_match, max_matches, searched_symbol_files, in LookupInCompleteClassCache()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBModule.i266 FindTypes (const char* type);

12