Searched refs:unref (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_fd.cpp | 68 static void unref(ThreadState *thr, uptr pc, FdSync *s) { in unref() function 106 unref(thr, pc, d->sync); in init() 109 unref(thr, pc, in init() 114 unref(thr, pc, s); in init() 118 unref(thr, pc, s); in init() 239 unref(thr, pc, d->sync); in FdClose() 241 unref(thr, pc, in FdClose() 272 unref(thr, pc, s); in FdPipeCreate()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_fd.cpp | 62 static void unref(ThreadState *thr, uptr pc, FdSync *s) { in unref() function 100 unref(thr, pc, d->sync); in init() 104 unref(thr, pc, s); in init() 108 unref(thr, pc, s); in init() 212 unref(thr, pc, d->sync); in FdClose() 241 unref(thr, pc, s); in FdPipeCreate()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | addrsig.ll | 51 ; CHECK-NOT: .addrsig_sym unref 52 @unref = external global i32
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | addrsig-macho.ll | 112 @unref = external global i32
|
| /llvm-project-15.0.7/lld/test/MachO/ |
| H A D | dead-strip.s | 259 # RUN: FileCheck --check-prefix=UNWIND --implicit-check-not unref %s 664 ## int unref() {
|