Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_breakpointname.py34 obj.GetAllowList()
/external/llvm-project/lldb/bindings/interface/
DSBBreakpointName.i100 bool GetAllowList() const;
/external/llvm-project/lldb/source/API/
DSBBreakpointName.cpp634 bool SBBreakpointName::GetAllowList() const { in GetAllowList() function in SBBreakpointName
635 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBBreakpointName, GetAllowList); in GetAllowList()
640 return bp_name->GetPermissions().GetAllowList(); in GetAllowList()
755 LLDB_REGISTER_METHOD_CONST(bool, SBBreakpointName, GetAllowList, ()); in RegisterMethods()
/external/llvm-project/lldb/source/Breakpoint/
DBreakpointName.cpp45 s->Printf("list: %s", GetAllowList() ? "allowed" : "disallowed"); in GetDescription()
/external/llvm-project/lldb/include/lldb/API/
DSBBreakpointName.h100 bool GetAllowList() const;
/external/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpointName.h87 bool GetAllowList() const { return GetPermission(listPerm); } in GetAllowList() function
DBreakpoint.h565 return GetPermissions().GetAllowList(); in AllowList()