Searched defs:stack_id (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_ignoreset.cpp22 void IgnoreSet::Add(u32 stack_id) { argument
H A Dtsan_rtl_report.cpp107 ReportStack *SymbolizeStackId(u32 stack_id) { argument
365 void ScopedReportBase::AddSleep(u32 stack_id) { argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_origin.h88 u32 stack_id = ChainedOriginDepotGet(getChainedId(), &prev_id); local
103 u32 stack_id = StackDepotPut(*stack); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.h154 unsigned int stack_id; member in struct:_iJIT_Method_NIDS
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.h46 u32 stack_id; member in class:__asan::AsanThreadContext
H A Dasan_globals.cpp53 u32 stack_id; member in struct:__asan::GlobalRegistrationSite
361 u32 stack_id = StackDepotPut(stack); local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-converter.cpp229 unsigned stack_id = siblings[0]->ExtraData.id; local
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h417 virtual lldb::StackFrameSP GetFrameWithStackID(const StackID &stack_id) { argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp736 StackFrameSP StackFrameList::GetFrameWithStackID(const StackID &stack_id) { argument
731 CompareStackID(const StackFrameSP &stack_sp, const StackID &stack_id) argument
H A DThread.cpp196 StackID stack_id; local
166 ThreadEventData(const lldb::ThreadSP thread_sp, const StackID &stack_id) argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.cpp378 static uptr GetCallerPC(u32 stack_id, StackDepotReverseMap *map) { argument
401 u32 stack_id = m.stack_trace_id(); local

Completed in 134 milliseconds