Home
last modified time | relevance | path

Searched refs:IsInternal (Results 1 – 21 of 21) 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
504 if (!IsInternal() && send_event) { in ResolveBreakpointInModules()
607 if (!IsInternal()) in ModulesChanged()
838 if (!IsInternal()) in ModuleReplaced()
852 if (!IsInternal()) { in ModuleReplaced()
1039 if (!IsInternal() && GetTarget().EventTypeHasListeners( in SendBreakpointChangedEvent()
1053 if (!IsInternal() && in SendBreakpointChangedEvent()
1188 bp.try_emplace("internal", IsInternal()); in GetStatistics()
H A DBreakpointLocationCollection.cpp149 bool BreakpointLocationCollection::IsInternal() const { in IsInternal() function in BreakpointLocationCollection
157 if (!(*pos)->GetBreakpoint().IsInternal()) { in IsInternal()
H A DBreakpointSite.cpp107 bool BreakpointSite::IsInternal() const { return m_constituents.IsInternal(); } in IsInternal() function in BreakpointSite
H A DBreakpointResolverAddress.cpp141 if (bp_loc_sp && !breakpoint.IsInternal()) { in SearchCallback()
H A DBreakpointResolver.cpp357 if (log && bp_loc_sp && !GetBreakpoint()->IsInternal()) { in AddLocation()
H A DBreakpointResolverName.cpp381 if (bp_loc_sp && new_location && !breakpoint.IsInternal()) { in SearchCallback()
H A DBreakpointLocation.cpp656 if (!m_owner.IsInternal() && m_owner.GetTarget().EventTypeHasListeners( in SendBreakpointLocationChangedEvent()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationCollection.h146 bool IsInternal() const;
H A DBreakpointSite.h194 bool IsInternal() const;
H A DBreakpoint.h172 bool IsInternal() const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp121 m_was_all_internal = bkpt.IsInternal(); in StoreBPInfo()
128 .IsInternal()) { in StoreBPInfo()
195 if (bp_site_sp->IsInternal()) { in GetDescription()
218 if (break_sp->IsInternal()) { in GetDescription()
536 if (!bp_loc_sp->GetBreakpoint().IsInternal()) in PerformAction()
566 if (m_should_stop && !bp_loc_sp->GetBreakpoint().IsInternal()) in PerformAction()
H A DThreadPlanCallFunction.cpp314 if (!bp.IsInternal()) { in DoPlanExplainsStop()
H A DThreadPlanStepRange.cpp479 if (!bp_site_sp->GetConstituentAtIndex(i)->GetBreakpoint().IsInternal()) { in NextRangeBreakpointExplainsStop()
H A DTarget.cpp218 if (breakpoint_sp->IsInternal()) in PrimeFromDummyTarget()
806 __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.cpp1563 SourceLocation CLoc, ObjCInterfaceDecl *PrevDecl, bool IsInternal) in ObjCInterfaceDecl() argument
1572 setImplicit(IsInternal); in ObjCInterfaceDecl()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp522 if (!bp_ref.IsInternal()) { in DoExecute()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp2167 bool IsInternal = (GV->hasInternalLinkage() || GV->hasPrivateLinkage()); in getADAEntry() local
2170 if (IsInternal) { in getADAEntry()
2192 bool IsInternal = (G->getGlobal()->hasInternalLinkage() || in getzOSCalleeAndADA() local
2194 if (IsInternal) { in getzOSCalleeAndADA()
11104 bool IsInternal = false; in verifyNarrowIntegerArgs_Call() local
11108 IsInternal = isInternal(CalleeFn); in verifyNarrowIntegerArgs_Call()
11109 if (!IsInternal && !verifyNarrowIntegerArgs(Outs)) { in verifyNarrowIntegerArgs_Call()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1246 bool IsInternal);
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp8058 result = (bool)(arg1)->IsInternal(); in _wrap_SBBreakpoint_IsInternal()