/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFIndex.cpp | 27 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()
|
H A D | DWARFIndex.h | 68 GetFunctions(const Module::LookupInfo &lookup_info, SymbolFileDWARF &dwarf, 87 bool ProcessFunctionDIE(const Module::LookupInfo &lookup_info, DWARFDIE die,
|
H A D | AppleDWARFIndex.cpp | 277 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()
|
H A D | DebugNamesDWARFIndex.cpp | 447 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()
|
H A D | AppleDWARFIndex.h | 64 void GetFunctions(const Module::LookupInfo &lookup_info,
|
H A D | ManualDWARFIndex.cpp | 447 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()
|
H A D | ManualDWARFIndex.h | 52 void GetFunctions(const Module::LookupInfo &lookup_info,
|
H A D | DebugNamesDWARFIndex.h | 55 void GetFunctions(const Module::LookupInfo &lookup_info,
|
H A D | SymbolFileDWARFDebugMap.h | 117 void FindFunctions(const Module::LookupInfo &lookup_info,
|
H A D | SymbolFileDWARFDebugMap.cpp | 1076 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/contrib/llvm-project/lldb/source/Symbol/ |
H A D | SymbolFileOnDemand.cpp | 388 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 D | SymbolFile.cpp | 124 void SymbolFile::FindFunctions(const Module::LookupInfo &lookup_info, in FindFunctions() argument
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | ModuleList.cpp | 448 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()
|
H A D | Module.cpp | 824 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 D | SymbolFileBreakpad.h | 114 void FindFunctions(const Module::LookupInfo &lookup_info,
|
H A D | SymbolFileBreakpad.cpp | 427 const Module::LookupInfo &lookup_info, in FindFunctions() argument 433 ConstString name = lookup_info.GetLookupName(); in FindFunctions()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | SymbolFileOnDemand.h | 142 void FindFunctions(const lldb_private::Module::LookupInfo &lookup_info,
|
H A D | SymbolFile.h | 299 virtual void FindFunctions(const Module::LookupInfo &lookup_info,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
H A D | SymbolFileCTF.h | 114 void FindFunctions(const lldb_private::Module::LookupInfo &lookup_info,
|
H A D | SymbolFileCTF.cpp | 1058 const lldb_private::Module::LookupInfo &lookup_info, in FindFunctions() argument 1063 ConstString name = lookup_info.GetLookupName(); in FindFunctions()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | SymbolFilePDB.h | 123 void FindFunctions(const lldb_private::Module::LookupInfo &lookup_info,
|
H A D | SymbolFilePDB.cpp | 1317 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 D | SymbolFileNativePDB.h | 134 void FindFunctions(const Module::LookupInfo &lookup_info,
|
H A D | SymbolFileNativePDB.cpp | 1677 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 D | Module.h | 305 /// \param[in] lookup_info 311 void FindFunctions(const LookupInfo &lookup_info,
|