Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan.cpp87 struct UnwinderScope { struct
88 UnwinderScope() { EnterSymbolizerOrUnwider(); } in UnwinderScope() argument
89 ~UnwinderScope() { ExitSymbolizerOrUnwider(); } in ~UnwinderScope() argument
332 UnwinderScope sym_scope; in UnwindImpl()