Home
last modified time | relevance | path

Searched refs:GetResolverName (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DBreakpointResolver.h154 const char *GetResolverName() { return ResolverTyToName(GetResolverTy()); } in GetResolverName() function
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointResolver.cpp155 type_dict_sp->AddStringItem(GetSerializationSubclassKey(), GetResolverName()); in WrapOptionsDict()