Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_breakpointname.py34 obj.GetAllowList()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBBreakpointName.i100 bool GetAllowList() const;
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointName.cpp45 s->Printf("list: %s", GetAllowList() ? "allowed" : "disallowed"); in GetDescription()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBBreakpointName.h100 bool GetAllowList() const;
/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h87 bool GetAllowList() const { return GetPermission(listPerm); } in GetAllowList() function
H A DBreakpoint.h570 return GetPermissions().GetAllowList(); in AllowList()
/llvm-project-15.0.7/lldb/source/API/
H A DSBBreakpointName.cpp608 bool SBBreakpointName::GetAllowList() const { in GetAllowList() function in SBBreakpointName
614 return bp_name->GetPermissions().GetAllowList(); in GetAllowList()