Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/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( in FindTypes() function in SymbolFileOnDemand
445 return m_sym_file_impl->FindTypes(name, parent_decl_ctx, max_matches, in FindTypes()
449 void SymbolFileOnDemand::FindTypes( in FindTypes() function in SymbolFileOnDemand
457 return m_sym_file_impl->FindTypes(pattern, languages, searched_symbol_files, in FindTypes()
H A DSymbolFile.cpp136 void SymbolFile::FindTypes( in FindTypes() function in SymbolFile
142 void SymbolFile::FindTypes(llvm::ArrayRef<CompilerContext> pattern, in FindTypes() function in SymbolFile
/openbsd/gnu/llvm/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.h156 FindTypes(lldb_private::ConstString name,
162 void FindTypes(llvm::ArrayRef<lldb_private::CompilerContext> pattern,
H A DSymbolFile.h289 FindTypes(ConstString name, const CompilerDeclContext &parent_decl_ctx,
300 FindTypes(llvm::ArrayRef<CompilerContext> pattern, LanguageSet languages,
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h121 void FindTypes(ConstString name, const CompilerDeclContext &parent_decl_ctx,
126 void FindTypes(llvm::ArrayRef<CompilerContext> pattern, LanguageSet languages,
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h139 FindTypes(lldb_private::ConstString name,
145 void FindTypes(llvm::ArrayRef<lldb_private::CompilerContext> pattern,
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h143 void FindTypes(ConstString name, const CompilerDeclContext &parent_decl_ctx,
148 void FindTypes(llvm::ArrayRef<CompilerContext> pattern, LanguageSet languages,
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBModule.h205 lldb::SBTypeList FindTypes(const char *type);
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.h126 FindTypes(lldb_private::ConstString name,
132 FindTypes(llvm::ArrayRef<lldb_private::CompilerContext> context,
H A DSymbolFileDWARF.h199 FindTypes(lldb_private::ConstString name,
205 void FindTypes(llvm::ArrayRef<lldb_private::CompilerContext> pattern,
H A DSymbolFileDWARFDebugMap.cpp1222 void SymbolFileDWARFDebugMap::FindTypes( in FindTypes() function in SymbolFileDWARFDebugMap
1229 oso_dwarf->FindTypes(name, parent_decl_ctx, max_matches, in FindTypes()
1235 void SymbolFileDWARFDebugMap::FindTypes( in FindTypes() function in SymbolFileDWARFDebugMap
1241 oso_dwarf->FindTypes(context, languages, searched_symbol_files, types); in FindTypes()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DModule.h450 FindTypes(ConstString type_name, bool exact_match, size_t max_matches,
463 FindTypes(llvm::ArrayRef<CompilerContext> pattern, LanguageSet languages,
H A DModuleList.h359 void FindTypes(Module *search_first, ConstString name,
/openbsd/gnu/llvm/lldb/source/DataFormatters/
H A DTypeFormat.cpp166 images.FindTypes(nullptr, m_enum_type, false, UINT32_MAX, in FormatObject()
/openbsd/gnu/llvm/lldb/source/Core/
H A DModule.cpp963 symbols->FindTypes(name, parent_decl_ctx, max_matches, in FindTypes_Impl()
985 FindTypes(name, exact_match, 1, searched_symbol_files, type_list); in FindFirstType()
991 void Module::FindTypes( in FindTypes() function in Module
1041 void Module::FindTypes( in FindTypes() function in Module
1049 symbols->FindTypes(pattern, languages, searched_symbol_files, types); in FindTypes()
H A DModuleList.cpp569 void ModuleList::FindTypes(Module *search_first, ConstString name, in FindTypes() function in ModuleList
579 search_first->FindTypes(name, name_is_fully_qualified, max_matches, in FindTypes()
593 (*pos)->FindTypes(name, name_is_fully_qualified, max_matches, in FindTypes()
/openbsd/gnu/llvm/lldb/source/API/
H A DSBModule.cpp480 lldb::SBTypeList SBModule::FindTypes(const char *type) { in FindTypes() function in SBModule
491 module_sp->FindTypes(name, exact_match, UINT32_MAX, searched_symbol_files, in FindTypes()
/openbsd/gnu/llvm/lldb/examples/python/
H A Dtypes.py306 types = module.FindTypes(typename)
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp235 auto types = decl_vendor->FindTypes(ConstString(name), /*max_matches*/ 1); in BuildObjCObjectPointerType()
/openbsd/gnu/llvm/lldb/source/Target/
H A DLanguage.cpp416 images.FindTypes(nullptr, cs_key, false, UINT32_MAX, searched_sym_files, in Find_Impl()

12