/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | Breakpoint.cpp | 249 bool Breakpoint::IsInternal() const { return LLDB_BREAK_ID_IS_INTERNAL(m_bid); } in IsInternal() function in Breakpoint 459 if (!IsInternal() && send_event) { in ResolveBreakpointInModules() 562 if (!IsInternal()) in ModulesChanged() 790 if (!IsInternal()) in ModuleReplaced() 804 if (!IsInternal()) { in ModuleReplaced() 979 if (!IsInternal() && GetTarget().EventTypeHasListeners( in SendBreakpointChangedEvent() 993 if (!IsInternal() && in SendBreakpointChangedEvent() 1116 bp.try_emplace("internal", IsInternal()); in GetStatistics()
|
H A D | BreakpointLocationCollection.cpp | 151 bool BreakpointLocationCollection::IsInternal() const { in IsInternal() function in BreakpointLocationCollection 159 if (!(*pos)->GetBreakpoint().IsInternal()) { in IsInternal()
|
H A D | BreakpointSite.cpp | 90 bool BreakpointSite::IsInternal() const { return m_constituents.IsInternal(); } in GetDescription() 92 bool BreakpointSite::IsInternal() const { return m_owners.IsInternal(); } IsInternal() function in BreakpointSite
|
H A D | BreakpointResolverAddress.cpp | 138 if (bp_loc_sp && !breakpoint.IsInternal()) { in SearchCallback()
|
H A D | BreakpointResolver.cpp | 339 if (log && bp_loc_sp && !GetBreakpoint()->IsInternal()) { in AddLocation()
|
H A D | BreakpointResolverName.cpp | 379 if (bp_loc_sp && new_location && !breakpoint.IsInternal()) { in SearchCallback()
|
H A D | BreakpointLocation.cpp | 647 if (!m_owner.IsInternal() && m_owner.GetTarget().EventTypeHasListeners( in SendBreakpointLocationChangedEvent()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | StopInfo.cpp | 120 m_was_all_internal = bkpt.IsInternal(); in StoreBPInfo() 127 .IsInternal()) { in StoreBPInfo() 194 if (bp_site_sp->IsInternal()) { in GetDescription() 217 if (break_sp->IsInternal()) { in GetDescription() 515 if (!bp_loc_sp->GetBreakpoint().IsInternal()) in PerformAction() 545 if (m_should_stop && !bp_loc_sp->GetBreakpoint().IsInternal()) in PerformAction()
|
H A D | ThreadPlanCallFunction.cpp | 303 if (!bp.IsInternal()) { in DoPlanExplainsStop()
|
H A D | ThreadPlanStepRange.cpp | 411 if (!bp_site_sp->GetConstituentAtIndex(i)->GetBreakpoint().IsInternal()) { in NextRangeBreakpointExplainsStop()
|
H A D | StackFrameList.cpp | 163 if (!bp_ref.IsInternal()) { in ResetCurrentInlinedDepth()
|
H A D | Target.cpp | 140 if (breakpoint_sp->IsInternal()) in PrimeFromDummyTarget() 721 __FUNCTION__, bp_sp->IsInternal() ? "yes" : "no", s.GetData()); in AddBreakpoint()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | BreakpointLocationCollection.h | 146 bool IsInternal() const;
|
H A D | BreakpointSite.h | 189 bool IsInternal() const; in IsHardware()
|
H A D | Breakpoint.h | 172 bool IsInternal() const;
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBBreakpoint.h | 68 bool IsInternal();
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBBreakpoint.cpp | 247 bool SBBreakpoint::IsInternal() { in IsInternal() function in SBBreakpoint 254 return bkpt_sp->IsInternal(); in IsInternal()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclObjC.cpp | 1566 SourceLocation CLoc, ObjCInterfaceDecl *PrevDecl, bool IsInternal) in ObjCInterfaceDecl() argument 1575 setImplicit(IsInternal); in ObjCInterfaceDecl()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectProcess.cpp | 506 if (!bp_ref.IsInternal()) { in DoExecute()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclObjC.h | 1248 bool IsInternal);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 1832 bool IsInternal = (GV->hasInternalLinkage() || GV->hasPrivateLinkage()); in getADAEntry() local 1835 if (IsInternal) { in getADAEntry() 1857 bool IsInternal = (G->getGlobal()->hasInternalLinkage() || in getzOSCalleeAndADA() local 1859 if (IsInternal) { in getzOSCalleeAndADA()
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 8124 result = (bool)(arg1)->IsInternal(); in _wrap_SBBreakpoint_IsInternal()
|