Home
last modified time | relevance | path

Searched refs:IsInternal (Results 1 – 21 of 21) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
HDBreakpoint.cpp252 bool Breakpoint::IsInternal() const { return LLDB_BREAK_ID_IS_INTERNAL(m_bid); } in IsInternal() function in Breakpoint
472 if (!IsInternal() && send_event) { in ResolveBreakpointInModules()
579 if (!IsInternal()) in ModulesChanged()
813 if (!IsInternal()) in ModuleReplaced()
829 if (!IsInternal()) { in ModuleReplaced()
1001 if (!m_being_created && !IsInternal() && in SendBreakpointChangedEvent()
1015 if (!m_being_created && !IsInternal() && in SendBreakpointChangedEvent()
HDBreakpointSite.cpp92 bool BreakpointSite::IsInternal() const { return m_owners.IsInternal(); } in IsInternal() function in BreakpointSite
HDBreakpointLocationCollection.cpp149 bool BreakpointLocationCollection::IsInternal() const { in IsInternal() function in BreakpointLocationCollection
157 if (!(*pos)->GetBreakpoint().IsInternal()) { in IsInternal()
HDBreakpointResolverAddress.cpp145 if (bp_loc_sp && !m_breakpoint->IsInternal()) { in SearchCallback()
HDBreakpointResolver.cpp330 if (log && bp_loc_sp && !m_breakpoint->IsInternal()) { in AddLocation()
HDBreakpointResolverName.cpp385 if (bp_loc_sp && new_location && !m_breakpoint->IsInternal()) { in SearchCallback()
HDBreakpointLocation.cpp641 if (!m_being_created && !m_owner.IsInternal() && in SendBreakpointLocationChangedEvent()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDStopInfo.cpp173 if (!bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint().IsInternal()) { in DoShouldNotify()
194 if (bp_site_sp->IsInternal()) { in GetDescription()
217 if (break_sp->IsInternal()) { in GetDescription()
353 if (bp_loc_sp->GetBreakpoint().IsInternal()) { in PerformAction()
413 internal_breakpoint = bp_loc_sp->GetBreakpoint().IsInternal(); in PerformAction()
HDThreadPlanCallFunction.cpp301 if (!bp.IsInternal()) { in DoPlanExplainsStop()
HDThreadPlanStepRange.cpp418 if (!bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint().IsInternal()) { in NextRangeBreakpointExplainsStop()
HDStackFrameList.cpp156 if (!bp_ref.IsInternal()) { in ResetCurrentInlinedDepth()
HDTarget.cpp132 if (breakpoint_sp->IsInternal()) in PrimeFromDummyTarget()
644 __FUNCTION__, bp_sp->IsInternal() ? "yes" : "no", s.GetData()); in AddBreakpoint()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
HDBreakpointLocationCollection.h146 bool IsInternal() const;
HDBreakpointSite.h184 bool IsInternal() const;
HDBreakpoint.h165 bool IsInternal() const;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBBreakpoint.h61 bool IsInternal();
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBBreakpoint.cpp245 bool SBBreakpoint::IsInternal() { in IsInternal() function in SBBreakpoint
246 LLDB_RECORD_METHOD_NO_ARGS(bool, SBBreakpoint, IsInternal); in IsInternal()
252 return bkpt_sp->IsInternal(); in IsInternal()
982 LLDB_REGISTER_METHOD(bool, SBBreakpoint, IsInternal, ()); in RegisterMethods()
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBBreakpoint.i128 IsInternal ();
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDDeclObjC.cpp1511 bool IsInternal) in ObjCInterfaceDecl() argument
1520 setImplicit(IsInternal); in ObjCInterfaceDecl()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectProcess.cpp577 if (!bp_ref.IsInternal()) { in DoExecute()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclObjC.h1270 bool IsInternal);