Searched refs:stack_id (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.c105 * in the stack_id field in the iJIT_Method_NIDS structure, as VTune fills it.
191 ((piJIT_Method_NIDS) EventSpecificData)->stack_id =
221 ((piJIT_Method_NIDS) EventSpecificData)->stack_id =
224 if (((piJIT_Method_NIDS) EventSpecificData)->stack_id
226 ((piJIT_Method_NIDS) EventSpecificData)->stack_id =
H A Djitprofiling.h155 unsigned int stack_id; member in struct:_iJIT_Method_NIDS
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Target/
H A DStackFrameList.cpp608 CompareStackID (const StackFrameSP &stack_sp, const StackID &stack_id) argument
610 return stack_sp->GetStackID() < stack_id;
614 StackFrameList::GetFrameWithStackID (const StackID &stack_id) argument
618 if (stack_id.IsValid())
627 collection::const_iterator pos = std::lower_bound (begin, end, stack_id, CompareStackID);
628 if (pos != end && (*pos)->GetStackID() == stack_id)
631 if (m_frames.back()->GetStackID() < stack_id)
637 if (frame_sp && frame_sp->GetStackID() == stack_id)
H A DThread.cpp172 Thread::ThreadEventData::ThreadEventData (const lldb::ThreadSP thread_sp, const StackID &stack_id) : argument
174 m_stack_id (stack_id)
219 StackID stack_id; local
222 stack_id = event_data->GetStackID();
223 return stack_id;
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DStackFrameList.h46 GetFrameWithStackID (const StackID &stack_id);
H A DThread.h89 ThreadEventData (const lldb::ThreadSP thread_sp, const StackID &stack_id);
343 GetFrameWithStackID (const StackID &stack_id) argument
345 if (stack_id.IsValid())
346 return GetStackFrameList()->GetFrameWithStackID (stack_id);

Completed in 135 milliseconds