Searched refs:unref (Results 1 – 5 of 5) sorted by relevance
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_fd.cpp | 69 static void unref(ThreadState *thr, uptr pc, FdSync *s) { in unref() function 107 unref(thr, pc, d->sync); in init() 110 unref(thr, pc, in init() 115 unref(thr, pc, s); in init() 119 unref(thr, pc, s); in init() 242 unref(thr, pc, d->sync); in FdClose() 244 unref(thr, pc, in FdClose() 276 unref(thr, pc, s); in FdPipeCreate()
|
/llvm-project/clang/test/CodeGen/ |
H A D | bpf-debug-info-unref.c | 5 void unref(void); 6 void unref2(typeof(unref));
|
/llvm-project/llvm/test/CodeGen/X86/ |
H A D | addrsig.ll | 62 ; CHECK-NOT: .addrsig_sym unref 63 @unref = external global i32
|
/llvm-project/llvm/test/CodeGen/AArch64/ |
H A D | addrsig-macho.ll | 125 @unref = external global i32
|
/llvm-project/lld/test/MachO/ |
H A D | dead-strip.s | 259 # RUN: FileCheck --check-prefix=UNWIND --implicit-check-not unref %s 713 ## int unref() {
|