Home
last modified time | relevance | path

Searched defs:stack_id (Results 1 – 13 of 13) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_origin.h88 u32 stack_id = ChainedOriginDepotGet(getChainedId(), &prev_id); in getNextChainedOrigin() local
103 u32 stack_id = StackDepotPut(*stack); in CreateHeapOrigin() local
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_ignoreset.cpp22 void IgnoreSet::Add(u32 stack_id) { in Add()
H A Dtsan_rtl_report.cpp90 ReportStack *SymbolizeStackId(u32 stack_id) { in SymbolizeStackId()
376 void ScopedReportBase::AddSleep(u32 stack_id) { in AddSleep()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_origin.h67 u32 stack_id = GetChainedOriginDepot()->Get(getChainedId(), &prev_id); in getNextChainedOrigin() local
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.h41 u32 stack_id; member
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_globals.cpp53 u32 stack_id; member
361 u32 stack_id = StackDepotPut(stack); in __asan_register_globals() local
H A Dasan_thread.h43 u32 stack_id; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.h154 unsigned int stack_id; member
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp732 const StackID &stack_id) { in CompareStackID()
736 StackFrameSP StackFrameList::GetFrameWithStackID(const StackID &stack_id) { in GetFrameWithStackID()
H A DThread.cpp160 const StackID &stack_id) in ThreadEventData()
189 StackID stack_id; in GetStackIDFromEvent() local
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h425 virtual lldb::StackFrameSP GetFrameWithStackID(const StackID &stack_id) { in GetFrameWithStackID()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-converter.cpp229 unsigned stack_id = siblings[0]->ExtraData.id; in findOrCreateStackNode() local
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.cpp480 static uptr GetCallerPC(u32 stack_id, StackDepotReverseMap *map) { in GetCallerPC()
503 u32 stack_id = m.stack_trace_id(); in MarkInvalidPCCb() local