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.cpp1244 struct MSanAtExitRecord { struct
1251 Vector<struct MSanAtExitRecord *> AtExitStack; argument
1264 MSanAtExitRecord *r; in MSanAtExitWrapper()
1280 MSanAtExitRecord *r = (MSanAtExitRecord *)arg; in MSanCxaAtExitWrapper()
1308 MSanAtExitRecord *r = in setup_at_exit_wrapper()
1309 (MSanAtExitRecord *)InternalAlloc(sizeof(MSanAtExitRecord)); in setup_at_exit_wrapper()