Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1270 struct MSanAtExitRecord { struct
1277 Vector<struct MSanAtExitRecord *> AtExitStack; argument
1290 MSanAtExitRecord *r; in MSanAtExitWrapper()
1306 MSanAtExitRecord *r = (MSanAtExitRecord *)arg; in MSanCxaAtExitWrapper()
1334 MSanAtExitRecord *r = in setup_at_exit_wrapper()
1335 (MSanAtExitRecord *)InternalAlloc(sizeof(MSanAtExitRecord)); in setup_at_exit_wrapper()