Home
last modified time | relevance | path

Searched refs:LookupInfo (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h90 class LookupInfo;
311 void FindFunctions(const LookupInfo &lookup_info,
883 /// \class LookupInfo Module.h "lldb/Core/Module.h"
904 class LookupInfo {
906 LookupInfo() = default;
908 LookupInfo(ConstString name, lldb::FunctionNameType name_type_mask,
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFIndex.h68 GetFunctions(const Module::LookupInfo &lookup_info, SymbolFileDWARF &dwarf,
87 bool ProcessFunctionDIE(const Module::LookupInfo &lookup_info, DWARFDIE die,
H A DAppleDWARFIndex.h64 void GetFunctions(const Module::LookupInfo &lookup_info,
H A DDWARFIndex.cpp27 const Module::LookupInfo &lookup_info, DWARFDIE die, in ProcessFunctionDIE()
H A DManualDWARFIndex.h52 void GetFunctions(const Module::LookupInfo &lookup_info,
H A DDebugNamesDWARFIndex.h55 void GetFunctions(const Module::LookupInfo &lookup_info,
H A DAppleDWARFIndex.cpp277 const Module::LookupInfo &lookup_info, SymbolFileDWARF &dwarf, in GetFunctions()
H A DSymbolFileDWARFDebugMap.h117 void FindFunctions(const Module::LookupInfo &lookup_info,
H A DDebugNamesDWARFIndex.cpp447 const Module::LookupInfo &lookup_info, SymbolFileDWARF &dwarf, in GetFunctions()
H A DSymbolFileDWARF.h178 void FindFunctions(const Module::LookupInfo &lookup_info,
H A DManualDWARFIndex.cpp447 const Module::LookupInfo &lookup_info, SymbolFileDWARF &dwarf, in GetFunctions()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverName.h83 std::vector<Module::LookupInfo> m_lookups;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp634 Module::LookupInfo::LookupInfo(ConstString name, in LookupInfo() function in Module::LookupInfo
732 bool Module::LookupInfo::NameMatchesLookupInfo( in NameMatchesLookupInfo()
765 void Module::LookupInfo::Prune(SymbolContextList &sc_list, in Prune()
824 void Module::FindFunctions(const Module::LookupInfo &lookup_info, in FindFunctions()
849 LookupInfo lookup_info(name, name_type_mask, eLanguageTypeUnknown); in FindFunctions()
H A DModuleList.cpp448 Module::LookupInfo lookup_info(name, name_type_mask, eLanguageTypeUnknown); in FindFunctions()
475 Module::LookupInfo lookup_info(name, name_type_mask, eLanguageTypeUnknown); in FindFunctionSymbols()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp217 Module::LookupInfo lookup(name, name_type_mask, m_language); in AddNameLookup()
225 Module::LookupInfo variant_lookup(name, variant.GetType(), in AddNameLookup()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFile.cpp124 void SymbolFile::FindFunctions(const Module::LookupInfo &lookup_info, in FindFunctions()
H A DSymbolFileOnDemand.cpp388 const Module::LookupInfo &lookup_info, 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()
/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/CTF/
H A DSymbolFileCTF.h114 void FindFunctions(const lldb_private::Module::LookupInfo &lookup_info,
H A DSymbolFileCTF.cpp1058 const lldb_private::Module::LookupInfo &lookup_info, in FindFunctions()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h123 void FindFunctions(const lldb_private::Module::LookupInfo &lookup_info,
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h134 void FindFunctions(const Module::LookupInfo &lookup_info,

12