Home
last modified time | relevance | path

Searched refs:GetAllowList (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointName.cpp38 s->Printf("list: %s", GetAllowList() ? "allowed" : "disallowed"); in GetDescription()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointName.h102 bool GetAllowList() const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h87 bool GetAllowList() const { return GetPermission(listPerm); } in GetAllowList() function
H A DBreakpoint.h574 return GetPermissions().GetAllowList(); in AllowList()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointName.cpp610 bool SBBreakpointName::GetAllowList() const { in GetAllowList() function in SBBreakpointName
616 return bp_name->GetPermissions().GetAllowList(); in GetAllowList()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp11637 result = (bool)((lldb::SBBreakpointName const *)arg1)->GetAllowList(); in _wrap_SBBreakpointName_GetAllowList()