/freebsd/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 | SymbolFileOnDemand.cpp | 434 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 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 | TypeMap.h | 32 TypeMap FindTypes(ConstString name);
|
H A D | SymbolFileOnDemand.h | 155 void FindTypes(const lldb_private::TypeQuery &query,
|
H A D | SymbolFile.h | 317 virtual void FindTypes(const TypeQuery &query, TypeResults &results) {} in FindTypes() function
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | SymbolFilePDB.h | 137 void FindTypes(const lldb_private::TypeQuery &match,
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBModule.h | 205 lldb::SBTypeList FindTypes(const char *type);
|
H A D | SBTarget.h | 861 lldb::SBTypeList FindTypes(const char *type);
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | Module.h | 436 void FindTypes(const TypeQuery &query, TypeResults &results);
|
H A D | ModuleList.h | 378 void FindTypes(Module *search_first, const TypeQuery &query,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangASTSource.cpp | 210 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 D | TypeFormat.cpp | 166 images.FindTypes(nullptr, query, results); in FormatObject()
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBModule.cpp | 444 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 D | SBTarget.cpp | 1822 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 D | ItaniumABILanguageRuntime.cpp | 95 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 D | ModuleList.cpp | 587 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 D | SymbolFileCTF.h | 108 void FindTypes(const lldb_private::TypeQuery &match, in GetTypes()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCTypeEncodingParser.cpp | 237 auto types = decl_vendor->FindTypes(ConstString(name), /*max_matches*/ 1); in BuildObjCObjectPointerType()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | SymbolFileDWARFDebugMap.h | 122 void FindTypes(const lldb_private::TypeQuery &match,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | SymbolFileNativePDB.h | 143 void FindTypes(const lldb_private::TypeQuery &match,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
H A D | ObjCLanguage.cpp | 937 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 D | ObjCLanguageRuntime.cpp | 144 module_sp->FindTypes(query, results); in LookupInCompleteClassCache()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Language.cpp | 470 images.FindTypes(nullptr, query, type_results); in Find_Impl()
|