Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBBreakpointName.i101 void SetAllowList(bool value);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointName.cpp642 void SBBreakpointName::SetAllowList(bool value) { in SetAllowList() function in SBBreakpointName
643 LLDB_RECORD_METHOD(void, SBBreakpointName, SetAllowList, (bool), value); in SetAllowList()
649 bp_name->GetPermissions().SetAllowList(value); in SetAllowList()
755 LLDB_REGISTER_METHOD(void, SBBreakpointName, SetAllowList, (bool)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointName.h101 void SetAllowList(bool value);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h88 bool SetAllowList(bool value) { return SetPermission(listPerm, value); } in SetAllowList() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp1635 m_permissions.SetAllowList(value); in SetOptionValue()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp10554 (arg1)->SetAllowList(arg2); in _wrap_SBBreakpointName_SetAllowList()