Home
last modified time | relevance | path

Searched refs:lookup_info (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFIndex.cpp27 const Module::LookupInfo &lookup_info, DIERef ref, SymbolFileDWARF &dwarf, in ProcessFunctionDIE() argument
30 llvm::StringRef name = lookup_info.GetLookupName().GetStringRef(); in ProcessFunctionDIE()
31 FunctionNameType name_type_mask = lookup_info.GetNameTypeMask(); in ProcessFunctionDIE()
49 if (!lookup_info.NameMatchesLookupInfo(name_to_match_against, in ProcessFunctionDIE()
50 lookup_info.GetLanguageType())) in ProcessFunctionDIE()
H A DDebugNamesDWARFIndex.cpp264 const Module::LookupInfo &lookup_info, SymbolFileDWARF &dwarf, in GetFunctions() argument
267 ConstString name = lookup_info.GetLookupName(); in GetFunctions()
276 if (!ProcessFunctionDIE(lookup_info, *ref, dwarf, parent_decl_ctx, in GetFunctions()
286 m_fallback.GetFunctions(lookup_info, dwarf, parent_decl_ctx, callback); in GetFunctions()
H A DDWARFIndex.h68 GetFunctions(const Module::LookupInfo &lookup_info, SymbolFileDWARF &dwarf,
87 bool ProcessFunctionDIE(const Module::LookupInfo &lookup_info, DIERef ref,
H A DAppleDWARFIndex.cpp277 const Module::LookupInfo &lookup_info, SymbolFileDWARF &dwarf, in GetFunctions() argument
283 ConstString name = lookup_info.GetLookupName(); in GetFunctions()
287 if (!ProcessFunctionDIE(lookup_info, die_ref, dwarf, parent_decl_ctx, in GetFunctions()
H A DDebugNamesDWARFIndex.h51 void GetFunctions(const Module::LookupInfo &lookup_info,
H A DManualDWARFIndex.h50 void GetFunctions(const Module::LookupInfo &lookup_info,
H A DManualDWARFIndex.cpp444 const Module::LookupInfo &lookup_info, SymbolFileDWARF &dwarf, in GetFunctions() argument
448 ConstString name = lookup_info.GetLookupName(); in GetFunctions()
449 FunctionNameType name_type_mask = lookup_info.GetNameTypeMask(); in GetFunctions()
H A DAppleDWARFIndex.h64 void GetFunctions(const Module::LookupInfo &lookup_info,
H A DSymbolFileDWARFDebugMap.h116 void FindFunctions(const Module::LookupInfo &lookup_info,
H A DSymbolFileDWARFDebugMap.cpp1067 const Module::LookupInfo &lookup_info, in FindFunctions() argument
1072 lookup_info.GetLookupName().GetCString()); in FindFunctions()
1076 oso_dwarf->FindFunctions(lookup_info, parent_decl_ctx, include_inlines, in FindFunctions()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFileOnDemand.cpp388 const Module::LookupInfo &lookup_info, in FindFunctions() argument
391 ConstString name = lookup_info.GetLookupName(); in FindFunctions()
392 FunctionNameType name_type_mask = lookup_info.GetNameTypeMask(); in FindFunctions()
417 return m_sym_file_impl->FindFunctions(lookup_info, parent_decl_ctx, in FindFunctions()
H A DSymbolFile.cpp124 void SymbolFile::FindFunctions(const Module::LookupInfo &lookup_info, in FindFunctions() argument
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp443 Module::LookupInfo lookup_info(name, name_type_mask, eLanguageTypeUnknown); in FindFunctions() local
447 module_sp->FindFunctions(lookup_info, CompilerDeclContext(), options, in FindFunctions()
454 lookup_info.Prune(sc_list, old_size); in FindFunctions()
470 Module::LookupInfo lookup_info(name, name_type_mask, eLanguageTypeUnknown); in FindFunctionSymbols() local
474 module_sp->FindFunctionSymbols(lookup_info.GetLookupName(), in FindFunctionSymbols()
475 lookup_info.GetNameTypeMask(), sc_list); in FindFunctionSymbols()
481 lookup_info.Prune(sc_list, old_size); in FindFunctionSymbols()
H A DModule.cpp824 void Module::FindFunctions(const Module::LookupInfo &lookup_info, in FindFunctions() argument
830 symbols->FindFunctions(lookup_info, parent_decl_ctx, in FindFunctions()
836 symtab->FindFunctionSymbols(lookup_info.GetLookupName(), in FindFunctions()
837 lookup_info.GetNameTypeMask(), sc_list); in FindFunctions()
849 LookupInfo lookup_info(name, name_type_mask, eLanguageTypeUnknown); in FindFunctions() local
850 FindFunctions(lookup_info, parent_decl_ctx, options, sc_list); in FindFunctions()
854 lookup_info.Prune(sc_list, old_size); in FindFunctions()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h114 void FindFunctions(const Module::LookupInfo &lookup_info,
H A DSymbolFileBreakpad.cpp427 const Module::LookupInfo &lookup_info, in FindFunctions() argument
433 ConstString name = lookup_info.GetLookupName(); in FindFunctions()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.h114 void FindFunctions(const lldb_private::Module::LookupInfo &lookup_info,
H A DSymbolFileCTF.cpp1056 const lldb_private::Module::LookupInfo &lookup_info, in FindFunctions() argument
1061 ConstString name = lookup_info.GetLookupName(); in FindFunctions()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFileOnDemand.h142 void FindFunctions(const lldb_private::Module::LookupInfo &lookup_info,
H A DSymbolFile.h299 virtual void FindFunctions(const Module::LookupInfo &lookup_info,
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h123 void FindFunctions(const lldb_private::Module::LookupInfo &lookup_info,
H A DSymbolFilePDB.cpp1317 const lldb_private::Module::LookupInfo &lookup_info, in FindFunctions() argument
1322 ConstString name = lookup_info.GetLookupName(); in FindFunctions()
1323 FunctionNameType name_type_mask = lookup_info.GetNameTypeMask(); in FindFunctions()
1327 name = lookup_info.GetName(); in FindFunctions()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h134 void FindFunctions(const Module::LookupInfo &lookup_info,
H A DSymbolFileNativePDB.cpp1677 const Module::LookupInfo &lookup_info, in FindFunctions() argument
1681 ConstString name = lookup_info.GetLookupName(); in FindFunctions()
1682 FunctionNameType name_type_mask = lookup_info.GetNameTypeMask(); in FindFunctions()
1684 name = lookup_info.GetName(); in FindFunctions()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h311 void FindFunctions(const LookupInfo &lookup_info,

12