| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | DeclVendor.cpp | 18 std::vector<CompilerType> DeclVendor::FindTypes(ConstString name, in FindTypes() function in DeclVendor
|
| H A D | SymbolFile.cpp | 132 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 D | DeclVendor.h | 66 std::vector<CompilerType> FindTypes(ConstString name, uint32_t max_matches);
|
| H A D | TypeList.h | 31 TypeList FindTypes(ConstString name);
|
| H A D | SymbolFile.h | 233 FindTypes(ConstString name, const CompilerDeclContext &parent_decl_ctx, 244 FindTypes(llvm::ArrayRef<CompilerContext> pattern, LanguageSet languages,
|
| H A D | TypeMap.h | 32 TypeMap FindTypes(ConstString name);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.h | 119 void FindTypes(ConstString name, const CompilerDeclContext &parent_decl_ctx, 124 void FindTypes(llvm::ArrayRef<CompilerContext> pattern, LanguageSet languages,
|
| H A D | SymbolFileBreakpad.cpp | 308 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 D | SymbolFilePDB.h | 139 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 D | SymbolFileNativePDB.h | 138 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 D | SBModule.cpp | 488 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 D | Module.h | 418 FindTypes(ConstString type_name, bool exact_match, size_t max_matches, 430 void FindTypes(llvm::ArrayRef<CompilerContext> pattern, LanguageSet languages,
|
| H A D | ModuleList.h | 347 void FindTypes(Module *search_first, ConstString name,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDebugMap.h | 121 FindTypes(lldb_private::ConstString name, 127 FindTypes(llvm::ArrayRef<lldb_private::CompilerContext> context,
|
| H A D | SymbolFileDWARF.h | 194 FindTypes(lldb_private::ConstString name, 200 void FindTypes(llvm::ArrayRef<lldb_private::CompilerContext> pattern,
|
| H A D | SymbolFileDWARFDebugMap.cpp | 1178 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 D | SBModule.h | 203 lldb::SBTypeList FindTypes(const char *type);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 101 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 D | Module.cpp | 945 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 D | ModuleList.cpp | 527 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 D | TypeFormat.cpp | 164 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 D | AppleObjCTypeEncodingParser.cpp | 232 auto types = decl_vendor->FindTypes(ConstString(name), /*max_matches*/ 1); in BuildObjCObjectPointerType()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | Language.cpp | 394 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 D | ObjCLanguageRuntime.cpp | 124 module_sp->FindTypes(name, exact_match, max_matches, searched_symbol_files, in LookupInCompleteClassCache()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBModule.i | 266 FindTypes (const char* type);
|