Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpoint.cpp252 bool Breakpoint::IsInternal() const { return LLDB_BREAK_ID_IS_INTERNAL(m_bid); } in IsInternal() function in Breakpoint
462 if (!IsInternal() && send_event) { in ResolveBreakpointInModules()
565 if (!IsInternal()) in ModulesChanged()
793 if (!IsInternal()) in ModuleReplaced()
807 if (!IsInternal()) { in ModuleReplaced()
982 if (!m_being_created && !IsInternal() && in SendBreakpointChangedEvent()
997 if (!m_being_created && !IsInternal() && in SendBreakpointChangedEvent()
1120 bp.try_emplace("internal", IsInternal()); in GetStatistics()
H A DBreakpointLocationCollection.cpp151 bool BreakpointLocationCollection::IsInternal() const { in IsInternal() function in BreakpointLocationCollection
159 if (!(*pos)->GetBreakpoint().IsInternal()) { in IsInternal()
H A DBreakpointSite.cpp90 bool BreakpointSite::IsInternal() const { return m_constituents.IsInternal(); } in IsInternal() function in BreakpointSite
H A DBreakpointResolverAddress.cpp138 if (bp_loc_sp && !breakpoint.IsInternal()) { in SearchCallback()
H A DBreakpointResolver.cpp330 if (log && bp_loc_sp && !GetBreakpoint()->IsInternal()) { in AddLocation()
H A DBreakpointResolverName.cpp379 if (bp_loc_sp && new_location && !breakpoint.IsInternal()) { in SearchCallback()
H A DBreakpointLocation.cpp649 if (!m_being_created && !m_owner.IsInternal() && in SendBreakpointLocationChangedEvent()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationCollection.h146 bool IsInternal() const;
H A DBreakpointSite.h189 bool IsInternal() const;
H A DBreakpoint.h172 bool IsInternal() const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp120 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 DThreadPlanCallFunction.cpp303 if (!bp.IsInternal()) { in DoPlanExplainsStop()
H A DThreadPlanStepRange.cpp410 if (!bp_site_sp->GetConstituentAtIndex(i)->GetBreakpoint().IsInternal()) { in NextRangeBreakpointExplainsStop()
H A DStackFrameList.cpp163 if (!bp_ref.IsInternal()) { in ResetCurrentInlinedDepth()
H A DTarget.cpp139 if (breakpoint_sp->IsInternal()) in PrimeFromDummyTarget()
720 __FUNCTION__, bp_sp->IsInternal() ? "yes" : "no", s.GetData()); in AddBreakpoint()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpoint.h68 bool IsInternal();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpoint.cpp247 bool SBBreakpoint::IsInternal() { in IsInternal() function in SBBreakpoint
254 return bkpt_sp->IsInternal(); in IsInternal()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1572 bool IsInternal) in ObjCInterfaceDecl() argument
1581 setImplicit(IsInternal); in ObjCInterfaceDecl()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp526 if (!bp_ref.IsInternal()) { in DoExecute()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1245 bool IsInternal);
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1807 bool IsInternal = (GV->hasInternalLinkage() || GV->hasPrivateLinkage()); in getADAEntry() local
1810 if (IsInternal) { in getADAEntry()
1832 bool IsInternal = (G->getGlobal()->hasInternalLinkage() || in getzOSCalleeAndADA() local
1834 if (IsInternal) { in getzOSCalleeAndADA()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp7326 result = (bool)(arg1)->IsInternal(); in _wrap_SBBreakpoint_IsInternal()