Home
last modified time | relevance | path

Searched refs:MemoryRead (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_interface_inl.h22 MemoryRead(cur_thread(), CALLERPC, (uptr)addr, kSizeLog1); in __tsan_read1()
26 MemoryRead(cur_thread(), CALLERPC, (uptr)addr, kSizeLog2); in __tsan_read2()
30 MemoryRead(cur_thread(), CALLERPC, (uptr)addr, kSizeLog4); in __tsan_read4()
34 MemoryRead(cur_thread(), CALLERPC, (uptr)addr, kSizeLog8); in __tsan_read8()
54 MemoryRead(cur_thread(), STRIP_PAC_PC(pc), (uptr)addr, kSizeLog1); in __tsan_read1_pc()
58 MemoryRead(cur_thread(), STRIP_PAC_PC(pc), (uptr)addr, kSizeLog2); in __tsan_read2_pc()
62 MemoryRead(cur_thread(), STRIP_PAC_PC(pc), (uptr)addr, kSizeLog4); in __tsan_read4_pc()
66 MemoryRead(cur_thread(), STRIP_PAC_PC(pc), (uptr)addr, kSizeLog8); in __tsan_read8_pc()
99 MemoryRead(thr, CALLERPC, (uptr)vptr_p, kSizeLog8); in __tsan_vptr_read()
Dtsan_interface.cpp33 MemoryRead(cur_thread(), CALLERPC, (uptr)addr, kSizeLog8); in __tsan_read16()
34 MemoryRead(cur_thread(), CALLERPC, (uptr)addr + 8, kSizeLog8); in __tsan_read16()
43 MemoryRead(cur_thread(), STRIP_PAC_PC(pc), (uptr)addr, kSizeLog8); in __tsan_read16_pc()
44 MemoryRead(cur_thread(), STRIP_PAC_PC(pc), (uptr)addr + 8, kSizeLog8); in __tsan_read16_pc()
Dtsan_fd.cpp118 MemoryRead(thr, pc, (uptr)d, kSizeLog8); in init()
166 MemoryRead(thr, pc, (uptr)d, kSizeLog8); in FdAcquire()
177 MemoryRead(thr, pc, (uptr)d, kSizeLog8); in FdRelease()
187 MemoryRead(thr, pc, (uptr)d, kSizeLog8); in FdAccess()
207 MemoryRead(thr, pc, (uptr)d, kSizeLog8); in FdClose()
231 MemoryRead(thr, pc, (uptr)od, kSizeLog8); in FdDup()
Dtsan_external.cpp114 ExternalAccess(addr, STRIP_PAC_PC(caller_pc), tag, MemoryRead); in __tsan_external_read()
Dtsan_rtl.h714 void ALWAYS_INLINE MemoryRead(ThreadState *thr, uptr pc, in MemoryRead() function
Dtsan_interceptors_posix.cpp1470 MemoryRead(thr, pc, (uptr)b, kSizeLog1); in TSAN_INTERCEPTOR()
1472 MemoryRead(thr, pc, (uptr)b, kSizeLog1); in TSAN_INTERCEPTOR()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/go/
Dtsan_go.cpp173 MemoryRead(thr, (uptr)pc, (uptr)addr, kSizeLog1); in __tsan_read()
179 MemoryRead(thr, (uptr)pc, (uptr)addr, kSizeLog1); in __tsan_read_pc()