| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_origin.h | 88 u32 stack_id = ChainedOriginDepotGet(getChainedId(), &prev_id); in getNextChainedOrigin() local 89 if (stack) *stack = StackDepotGet(stack_id); in getNextChainedOrigin() 103 u32 stack_id = StackDepotPut(*stack); in CreateHeapOrigin() local 104 CHECK(stack_id); in CreateHeapOrigin() 105 CHECK((stack_id & kHeapIdMask) == stack_id); in CreateHeapOrigin() 106 return Origin(stack_id); in CreateHeapOrigin()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_ignoreset.cpp | 22 void IgnoreSet::Add(u32 stack_id) { in Add() argument 26 if (stacks_[i] == stack_id) in Add() 29 stacks_[size_++] = stack_id; in Add()
|
| H A D | tsan_ignoreset.h | 25 void Add(u32 stack_id);
|
| H A D | tsan_rtl_report.cpp | 90 ReportStack *SymbolizeStackId(u32 stack_id) { in SymbolizeStackId() argument 91 if (stack_id == 0) in SymbolizeStackId() 93 StackTrace stack = StackDepotGet(stack_id); in SymbolizeStackId() 376 void ScopedReportBase::AddSleep(u32 stack_id) { in AddSleep() argument 377 rep_->sleep = SymbolizeStackId(stack_id); in AddSleep()
|
| H A D | tsan_rtl.h | 586 void AddSleep(u32 stack_id); 686 ReportStack *SymbolizeStackId(u32 stack_id);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/ |
| H A D | jitprofiling.c | 190 ((piJIT_Method_NIDS) EventSpecificData)->stack_id = in iJIT_NotifyEvent() 220 ((piJIT_Method_NIDS) EventSpecificData)->stack_id = in iJIT_NotifyEvent() 223 if (((piJIT_Method_NIDS) EventSpecificData)->stack_id in iJIT_NotifyEvent() 225 ((piJIT_Method_NIDS) EventSpecificData)->stack_id = in iJIT_NotifyEvent()
|
| H A D | jitprofiling.h | 154 unsigned int stack_id; member
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | dfsan_origin.h | 67 u32 stack_id = GetChainedOriginDepot()->Get(getChainedId(), &prev_id); in getNextChainedOrigin() local 69 *stack = StackDepotGet(stack_id); in getNextChainedOrigin()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/ |
| H A D | memprof_thread.h | 37 destructor_iterations(GetPthreadDestructorIterations()), stack_id(0), in MemprofThreadContext() 41 u32 stack_id; member
|
| H A D | memprof_descriptions.cpp | 61 StackDepotGet(context->stack_id).Print(); in DescribeThread()
|
| H A D | memprof_thread.cpp | 30 stack_id = StackDepotPut(*args->stack); in OnCreated()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_globals.cpp | 53 u32 stack_id; member 103 return grs.stack_id; in FindRegistrationSite() 361 u32 stack_id = StackDepotPut(stack); in __asan_register_globals() local 368 GlobalRegistrationSite site = {stack_id, &globals[0], &globals[n - 1]}; in __asan_register_globals() 372 Printf("=== ID %d; %p %p\n", stack_id, &globals[0], &globals[n - 1]); in __asan_register_globals()
|
| H A D | asan_thread.h | 39 destructor_iterations(GetPthreadDestructorIterations()), stack_id(0), in AsanThreadContext() 43 u32 stack_id; variable
|
| H A D | asan_thread.cpp | 32 stack_id = StackDepotPut(*args->stack); in OnCreated()
|
| H A D | asan_descriptions.cpp | 61 StackDepotGet(context->stack_id).Print(); in DescribeThread()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | StackFrameList.cpp | 732 const StackID &stack_id) { in CompareStackID() argument 733 return stack_sp->GetStackID() < stack_id; in CompareStackID() 736 StackFrameSP StackFrameList::GetFrameWithStackID(const StackID &stack_id) { in GetFrameWithStackID() argument 739 if (stack_id.IsValid()) { in GetFrameWithStackID() 747 std::lower_bound(begin, end, stack_id, CompareStackID); in GetFrameWithStackID() 749 if ((*pos)->GetStackID() == stack_id) in GetFrameWithStackID() 755 if (frame_sp && frame_sp->GetStackID() == stack_id) in GetFrameWithStackID()
|
| H A D | Thread.cpp | 160 const StackID &stack_id) in ThreadEventData() argument 161 : m_thread_sp(thread_sp), m_stack_id(stack_id) {} in ThreadEventData() 189 StackID stack_id; in GetStackIDFromEvent() local 192 stack_id = event_data->GetStackID(); in GetStackIDFromEvent() 193 return stack_id; in GetStackIDFromEvent()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Thread.h | 87 ThreadEventData(const lldb::ThreadSP thread_sp, const StackID &stack_id); 425 virtual lldb::StackFrameSP GetFrameWithStackID(const StackID &stack_id) { in GetFrameWithStackID() argument 426 if (stack_id.IsValid()) in GetFrameWithStackID() 427 return GetStackFrameList()->GetFrameWithStackID(stack_id); in GetFrameWithStackID()
|
| H A D | StackFrameList.h | 41 lldb::StackFrameSP GetFrameWithStackID(const StackID &stack_id);
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_common.cpp | 480 static uptr GetCallerPC(u32 stack_id, StackDepotReverseMap *map) { in GetCallerPC() argument 481 CHECK(stack_id); in GetCallerPC() 482 StackTrace stack = map->Get(stack_id); in GetCallerPC() 503 u32 stack_id = m.stack_trace_id(); in MarkInvalidPCCb() local 505 if (stack_id > 0) in MarkInvalidPCCb() 506 caller_pc = GetCallerPC(stack_id, param->stack_depot_reverse_map); in MarkInvalidPCCb()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-xray/ |
| H A D | xray-converter.cpp | 229 unsigned stack_id = siblings[0]->ExtraData.id; in findOrCreateStackNode() local 230 NodeStore.push_front({FuncId, Parent, {}, {stack_id, std::move(siblings)}}); in findOrCreateStackNode()
|