Home
last modified time | relevance | path

Searched refs:GetLookupName (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DModule.h923 ConstString GetLookupName() const { return m_lookup_name; } in GetLookupName() function
/llvm-project-15.0.7/lldb/source/Core/
H A DModuleList.cpp428 module_sp->FindFunctions(lookup_info.GetLookupName(), in FindFunctions()
456 module_sp->FindFunctionSymbols(lookup_info.GetLookupName(), in FindFunctionSymbols()
H A DModule.cpp815 symbols->FindFunctions(lookup_info.GetLookupName(), parent_decl_ctx, in FindFunctions()
824 symtab->FindFunctionSymbols(lookup_info.GetLookupName(), in FindFunctions()
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp278 lookup.GetLookupName(), CompilerDeclContext(), in SearchCallback()