| /freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | Breakpoint.cpp | 252 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 D | BreakpointLocationCollection.cpp | 149 bool BreakpointLocationCollection::IsInternal() const { in IsInternal() function in BreakpointLocationCollection 157 if (!(*pos)->GetBreakpoint().IsInternal()) { in IsInternal()
|
| H A D | BreakpointSite.cpp | 107 bool BreakpointSite::IsInternal() const { return m_constituents.IsInternal(); } in IsInternal() function in BreakpointSite
|
| H A D | BreakpointResolverAddress.cpp | 141 if (bp_loc_sp && !breakpoint.IsInternal()) { in SearchCallback()
|
| H A D | BreakpointResolver.cpp | 357 if (log && bp_loc_sp && !GetBreakpoint()->IsInternal()) { in AddLocation()
|
| H A D | BreakpointResolverName.cpp | 381 if (bp_loc_sp && new_location && !breakpoint.IsInternal()) { in SearchCallback()
|
| H A D | BreakpointLocation.cpp | 656 if (!m_owner.IsInternal() && m_owner.GetTarget().EventTypeHasListeners( in SendBreakpointLocationChangedEvent()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointLocationCollection.h | 146 bool IsInternal() const;
|
| H A D | BreakpointSite.h | 194 bool IsInternal() const;
|
| H A D | Breakpoint.h | 172 bool IsInternal() const;
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | StopInfo.cpp | 121 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 D | ThreadPlanCallFunction.cpp | 314 if (!bp.IsInternal()) { in DoPlanExplainsStop()
|
| H A D | ThreadPlanStepRange.cpp | 479 if (!bp_site_sp->GetConstituentAtIndex(i)->GetBreakpoint().IsInternal()) { in NextRangeBreakpointExplainsStop()
|
| H A D | Target.cpp | 218 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 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 | 1563 SourceLocation CLoc, ObjCInterfaceDecl *PrevDecl, bool IsInternal) in ObjCInterfaceDecl() argument 1572 setImplicit(IsInternal); in ObjCInterfaceDecl()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectProcess.cpp | 522 if (!bp_ref.IsInternal()) { in DoExecute()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 2167 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 D | DeclObjC.h | 1246 bool IsInternal);
|
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 8058 result = (bool)(arg1)->IsInternal(); in _wrap_SBBreakpoint_IsInternal()
|