Home
last modified time | relevance | path

Searched defs:DlsymAlloc (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp33 struct DlsymAlloc : public DlSymAllocator<DlsymAlloc> { struct
50 if (DlsymAlloc::PointerIsMine(ptr)) in INTERCEPTOR() argument
/openbsd/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_allocation_functions.cpp25 struct DlsymAlloc : public DlSymAllocator<DlsymAlloc> { struct
26 static bool UseImpl() { return !hwasan_inited; } in UseImpl()
/openbsd/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp33 struct DlsymAlloc : public DlSymAllocator<DlsymAlloc> { struct
38 if (DlsymAlloc::PointerIsMine(ptr)) in INTERCEPTOR() argument
/openbsd/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp47 struct DlsymAlloc : DlSymAllocator<DlsymAlloc> { struct
48 static bool UseImpl() { return lsan_init_is_running; } in UseImpl()
72 if (DlsymAlloc::Use()) in INTERCEPTOR() argument
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp32 struct DlsymAlloc : public DlSymAllocator<DlsymAlloc> { struct
52 if (DlsymAlloc::Use()) in INTERCEPTOR() argument
/openbsd/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp78 struct DlsymAlloc : public DlSymAllocator<DlsymAlloc> { struct
79 static bool UseImpl() { return !msan_inited; } in UseImpl()