Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/asan/
Dasan_malloc_linux.cpp33 struct DlsymAlloc : public DlSymAllocator<DlsymAlloc> { struct
50 if (DlsymAlloc::PointerIsMine(ptr)) in INTERCEPTOR() argument
/openbsd/src/gnu/llvm/compiler-rt/lib/hwasan/
Dhwasan_allocation_functions.cpp25 struct DlsymAlloc : public DlSymAllocator<DlsymAlloc> { struct
26 static bool UseImpl() { return !hwasan_inited; } in UseImpl()
/openbsd/src/gnu/llvm/compiler-rt/lib/lsan/
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/src/gnu/llvm/compiler-rt/lib/dfsan/
Ddfsan_interceptors.cpp32 struct DlsymAlloc : public DlSymAllocator<DlsymAlloc> { struct
52 if (DlsymAlloc::Use()) in INTERCEPTOR() argument
/openbsd/src/gnu/llvm/compiler-rt/lib/msan/
Dmsan_interceptors.cpp78 struct DlsymAlloc : public DlSymAllocator<DlsymAlloc> { struct
79 static bool UseImpl() { return !msan_inited; } in UseImpl()