Home
last modified time | relevance | path

Searched defs:PlatformTSDDtor (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/compiler-rt/lib/asan/
Dasan_posix.cpp106 void PlatformTSDDtor(void *tsd) { in PlatformTSDDtor() function
133 void PlatformTSDDtor(void *tsd) { in PlatformTSDDtor() function
Dasan_fuchsia.cpp81 void PlatformTSDDtor(void *tsd) { UNREACHABLE(__func__); } in PlatformTSDDtor() function
Dasan_rtems.cpp96 void PlatformTSDDtor(void *tsd) { UNREACHABLE(__func__); } in PlatformTSDDtor() function
Dasan_win.cpp244 void PlatformTSDDtor(void *tsd) { AsanThread::TSDDtor(tsd); } in PlatformTSDDtor() function
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_posix.cpp46 void PlatformTSDDtor(void *tsd) { in PlatformTSDDtor() function
/external/compiler-rt/lib/asan/
Dasan_posix.cc115 void PlatformTSDDtor(void *tsd) { in PlatformTSDDtor() function
Dasan_win.cc194 void PlatformTSDDtor(void *tsd) { in PlatformTSDDtor() function