Home
last modified time | relevance | path

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

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