Lines Matching refs:GetLocationOptions
82 GetLocationOptions()->SetEnabled(enabled); in SetEnabled()
101 GetLocationOptions()->SetAutoContinue(auto_continue); in SetAutoContinue()
107 GetLocationOptions()->SetThreadID(thread_id); in SetThreadID()
129 GetLocationOptions()->GetThreadSpec()->SetIndex(index); in SetThreadIndex()
151 GetLocationOptions()->GetThreadSpec()->SetName(thread_name); in SetThreadName()
173 GetLocationOptions()->GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()
204 GetLocationOptions()->SetCallback( in SetCallback()
212 GetLocationOptions()->SetCallback(callback, baton_sp, is_synchronous); in SetCallback()
217 GetLocationOptions()->ClearCallback(); in ClearCallback()
221 GetLocationOptions()->SetCondition(condition); in SetCondition()
343 GetLocationOptions()->SetIgnoreCount(n); in SetIgnoreCount()
369 BreakpointOptions *BreakpointLocation::GetLocationOptions() { in GetLocationOptions() function in BreakpointLocation