Home
last modified time | relevance | path

Searched defs:GetAllowDisable (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h93 bool GetAllowDisable() const { return GetPermission(disablePerm); } in GetAllowDisable() function
/llvm-project/lldb/source/API/
H A DSBBreakpointName.cpp646 bool SBBreakpointName::GetAllowDisable() { GetAllowDisable() function in SBBreakpointName