Home
last modified time | relevance | path

Searched refs:new_context (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_interceptors_libdispatch.cpp84 block_context_t *new_context = in AllocContext() local
86 new_context->queue = queue; in AllocContext()
88 new_context->orig_work = orig_work; in AllocContext()
91 new_context->is_barrier_block = false; in AllocContext()
92 new_context->non_queue_sync_object = 0; in AllocContext()
93 return new_context; in AllocContext()
259 block_context_t *new_context = in DISPATCH_INTERCEPT_SYNC_F() local
261 Release(thr, pc, (uptr)new_context); in DISPATCH_INTERCEPT_SYNC_F()
403 block_context_t *new_context = in DECLARE_REAL() local
406 Release(thr, pc, (uptr)new_context); in DECLARE_REAL()
[all …]
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_libdispatch.cpp84 block_context_t *new_context = in AllocContext() local
86 new_context->queue = queue; in AllocContext()
88 new_context->orig_work = orig_work; in AllocContext()
91 new_context->is_barrier_block = false; in AllocContext()
92 new_context->non_queue_sync_object = 0; in AllocContext()
93 return new_context; in AllocContext()
259 block_context_t *new_context = in DISPATCH_INTERCEPT_SYNC_F() local
261 Release(thr, pc, (uptr)new_context); in DISPATCH_INTERCEPT_SYNC_F()
403 block_context_t *new_context = in DECLARE_REAL() local
406 Release(thr, pc, (uptr)new_context); in DECLARE_REAL()
[all …]
/llvm-project-15.0.7/lldb/source/Target/
H A DThreadPlanStepRange.cpp119 SymbolContext new_context( in InRange() local
122 new_context.line_entry.IsValid()) { in InRange()
124 new_context.line_entry.original_file) { in InRange()
125 if (m_addr_context.line_entry.line == new_context.line_entry.line) { in InRange()
126 m_addr_context = new_context; in InRange()
143 } else if (new_context.line_entry.line == 0) { in InRange()
144 new_context.line_entry.line = m_addr_context.line_entry.line; in InRange()
145 m_addr_context = new_context; in InRange()
162 } else if (new_context.line_entry.range.GetBaseAddress().GetLoadAddress( in InRange()
170 m_addr_context = new_context; in InRange()
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dswift-async-win64.ll92 define void @write_frame_context(ptr swiftasync %context, ptr %new_context) "frame-pointer"="non-le…
94 store ptr %new_context, ptr %ptr