Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbolFile.cpp142 uint32_t SymbolFile::FindTypes( in FindTypes() function in SymbolFile
152 size_t SymbolFile::FindTypes(const std::vector<CompilerContext> &context, in FindTypes() function in SymbolFile
H A DSymbolVendor.cpp312 size_t SymbolVendor::FindTypes( in FindTypes() function in SymbolVendor
321 return m_sym_file_ap->FindTypes(name, parent_decl_ctx, append, in FindTypes()
330 size_t SymbolVendor::FindTypes(const std::vector<CompilerContext> &context, in FindTypes() function in SymbolVendor
336 return m_sym_file_ap->FindTypes(context, append, types); in FindTypes()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h116 uint32_t FindTypes(const ConstString &name,
122 size_t FindTypes(const std::vector<CompilerContext> &context, bool append,
H A DSymbolFileBreakpad.cpp155 uint32_t SymbolFileBreakpad::FindTypes( in FindTypes() function in SymbolFileBreakpad
165 SymbolFileBreakpad::FindTypes(const std::vector<CompilerContext> &context, in FindTypes() function in SymbolFileBreakpad
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DSymbolVendor.h102 FindTypes(const ConstString &name, const CompilerDeclContext *parent_decl_ctx,
107 virtual size_t FindTypes(const std::vector<CompilerContext> &context,
H A DSymbolFile.h196 FindTypes(const ConstString &name, const CompilerDeclContext *parent_decl_ctx,
200 virtual size_t FindTypes(const std::vector<CompilerContext> &context,
H A DTypeList.h37 TypeList FindTypes(const ConstString &name);
H A DTypeMap.h34 TypeMap FindTypes(const ConstString &name);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h140 FindTypes(const lldb_private::ConstString &name,
146 size_t FindTypes(const std::vector<lldb_private::CompilerContext> &context,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h142 uint32_t FindTypes(const ConstString &name,
148 size_t FindTypes(const std::vector<CompilerContext> &context, bool append,
H A DSymbolFileNativePDB.cpp1221 uint32_t SymbolFileNativePDB::FindTypes( in FindTypes() function in SymbolFileNativePDB
1240 SymbolFileNativePDB::FindTypes(const std::vector<CompilerContext> &context, in FindTypes() function in SymbolFileNativePDB
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBModule.h218 lldb::SBTypeList FindTypes(const char *type);
H A DSBTarget.h830 lldb::SBTypeList FindTypes(const char *type);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp103 num_matches = sc.module_sp->FindTypes( in GetTypeInfoFromVTableAddress()
111 num_matches = target.GetImages().FindTypes( in GetTypeInfoFromVTableAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeFormat.cpp166 images.FindTypes(nullptr, m_enum_type, false, UINT32_MAX, in FormatObject()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h196 FindTypes(const lldb_private::ConstString &name,
202 size_t FindTypes(const std::vector<lldb_private::CompilerContext> &context,
H A DSymbolFileDWARFDebugMap.h119 FindTypes(const lldb_private::ConstString &name,
H A DSymbolFileDWARFDebugMap.cpp1182 uint32_t SymbolFileDWARFDebugMap::FindTypes( in FindTypes() function in SymbolFileDWARFDebugMap
1193 oso_dwarf->FindTypes(name, parent_decl_ctx, append, max_matches, in FindTypes()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBModule.cpp438 lldb::SBTypeList SBModule::FindTypes(const char *type) { in FindTypes() function in SBModule
447 const uint32_t num_matches = module_sp->FindTypes( in FindTypes()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModuleList.cpp545 ModuleList::FindTypes(Module *search_first, const ConstString &name, in FindTypes() function in ModuleList
557 search_first->FindTypes(name, name_is_fully_qualified, max_matches, in FindTypes()
573 (*pos)->FindTypes(name, name_is_fully_qualified, max_matches, in FindTypes()
H A DModule.cpp954 return symbols->FindTypes(name, parent_decl_ctx, append, max_matches, in FindTypes_Impl()
981 FindTypes(name, exact_match, 1, searched_symbol_files, type_list); in FindFirstType()
987 size_t Module::FindTypes( in FindTypes() function in Module
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleList.h450 size_t FindTypes(Module *search_first, const ConstString &name,
H A DModule.h520 FindTypes(const ConstString &type_name, bool exact_match, size_t max_matches,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DObjCLanguageRuntime.cpp116 const uint32_t num_types = module_sp->FindTypes( in LookupInCompleteClassCache()
H A DLanguage.cpp391 images.FindTypes(nullptr, cs_key, false, UINT32_MAX, searched_sym_files, in Find_Impl()

12