Home
last modified time | relevance | path

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

12

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFIndex.cpp27 const Module::LookupInfo &lookup_info, DWARFDIE die, in ProcessFunctionDIE() argument
30 llvm::StringRef name = lookup_info.GetLookupName().GetStringRef(); in ProcessFunctionDIE()
31 FunctionNameType name_type_mask = lookup_info.GetNameTypeMask(); in ProcessFunctionDIE()
44 if (!lookup_info.NameMatchesLookupInfo(name_to_match_against, in ProcessFunctionDIE()
45 lookup_info.GetLanguageType())) in ProcessFunctionDIE()
HDDWARFIndex.h68 GetFunctions(const Module::LookupInfo &lookup_info, SymbolFileDWARF &dwarf,
87 bool ProcessFunctionDIE(const Module::LookupInfo &lookup_info, DWARFDIE die,
HDAppleDWARFIndex.cpp277 const Module::LookupInfo &lookup_info, SymbolFileDWARF &dwarf, in GetFunctions() argument
283 ConstString name = lookup_info.GetLookupName(); in GetFunctions()
292 if (!ProcessFunctionDIE(lookup_info, die, parent_decl_ctx, callback)) in GetFunctions()
HDDebugNamesDWARFIndex.cpp447 const Module::LookupInfo &lookup_info, SymbolFileDWARF &dwarf, in GetFunctions() argument
450 ConstString name = lookup_info.GetLookupName(); in GetFunctions()
459 if (!ProcessFunctionDIE(lookup_info, die, parent_decl_ctx, in GetFunctions()
469 m_fallback.GetFunctions(lookup_info, dwarf, parent_decl_ctx, callback); in GetFunctions()
HDManualDWARFIndex.cpp447 const Module::LookupInfo &lookup_info, SymbolFileDWARF &dwarf, in GetFunctions() argument
451 ConstString name = lookup_info.GetLookupName(); in GetFunctions()
452 FunctionNameType name_type_mask = lookup_info.GetNameTypeMask(); in GetFunctions()
HDManualDWARFIndex.h52 void GetFunctions(const Module::LookupInfo &lookup_info,
HDAppleDWARFIndex.h64 void GetFunctions(const Module::LookupInfo &lookup_info,
HDDebugNamesDWARFIndex.h55 void GetFunctions(const Module::LookupInfo &lookup_info,
HDSymbolFileDWARFDebugMap.h117 void FindFunctions(const Module::LookupInfo &lookup_info,
HDSymbolFileDWARFDebugMap.cpp1076 const Module::LookupInfo &lookup_info, in FindFunctions() argument
1081 lookup_info.GetLookupName().GetCString()); in FindFunctions()
1085 oso_dwarf->FindFunctions(lookup_info, parent_decl_ctx, include_inlines, in FindFunctions()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Symbol/
HDSymbolFileOnDemand.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()
HDSymbolFile.cpp124 void SymbolFile::FindFunctions(const Module::LookupInfo &lookup_info, in FindFunctions() argument
/freebsd-14-stable/contrib/llvm-project/lldb/source/Core/
HDModuleList.cpp448 Module::LookupInfo lookup_info(name, name_type_mask, eLanguageTypeUnknown); in FindFunctions() local
452 module_sp->FindFunctions(lookup_info, CompilerDeclContext(), options, in FindFunctions()
459 lookup_info.Prune(sc_list, old_size); in FindFunctions()
475 Module::LookupInfo lookup_info(name, name_type_mask, eLanguageTypeUnknown); in FindFunctionSymbols() local
479 module_sp->FindFunctionSymbols(lookup_info.GetLookupName(), in FindFunctionSymbols()
480 lookup_info.GetNameTypeMask(), sc_list); in FindFunctionSymbols()
486 lookup_info.Prune(sc_list, old_size); in FindFunctionSymbols()
HDModule.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-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
HDSymbolFileBreakpad.h114 void FindFunctions(const Module::LookupInfo &lookup_info,
HDSymbolFileBreakpad.cpp427 const Module::LookupInfo &lookup_info, in FindFunctions() argument
433 ConstString name = lookup_info.GetLookupName(); in FindFunctions()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
HDSymbolFileCTF.h114 void FindFunctions(const lldb_private::Module::LookupInfo &lookup_info,
HDSymbolFileCTF.cpp1058 const lldb_private::Module::LookupInfo &lookup_info, in FindFunctions() argument
1063 ConstString name = lookup_info.GetLookupName(); in FindFunctions()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDSymbolFileOnDemand.h142 void FindFunctions(const lldb_private::Module::LookupInfo &lookup_info,
HDSymbolFile.h299 virtual void FindFunctions(const Module::LookupInfo &lookup_info,
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
HDSymbolFilePDB.h123 void FindFunctions(const lldb_private::Module::LookupInfo &lookup_info,
HDSymbolFilePDB.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-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDSymbolFileNativePDB.h134 void FindFunctions(const Module::LookupInfo &lookup_info,
HDSymbolFileNativePDB.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-14-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDModule.h311 void FindFunctions(const LookupInfo &lookup_info,

12