Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/tsan/go/
H A Dtsan_go.cpp173 void __tsan_read_pc(ThreadState *thr, void *addr, uptr callpc, uptr pc) { in __tsan_read_pc() argument
174 if (callpc != 0) in __tsan_read_pc()
175 FuncEntry(thr, callpc); in __tsan_read_pc()
177 if (callpc != 0) in __tsan_read_pc()
185 void __tsan_write_pc(ThreadState *thr, void *addr, uptr callpc, uptr pc) { in __tsan_write_pc() argument
186 if (callpc != 0) in __tsan_write_pc()
187 FuncEntry(thr, callpc); in __tsan_write_pc()
189 if (callpc != 0) in __tsan_write_pc()