Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp85 static inline bool MaybeInDlsym() { return memprof_init_is_running; } in MaybeInDlsym() function
87 static inline bool UseLocalPool() { return MaybeInDlsym(); } in UseLocalPool()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp84 static inline bool MaybeInDlsym() { in MaybeInDlsym() function
89 static inline bool UseLocalPool() { return MaybeInDlsym(); } in UseLocalPool()