Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DUnwindInfoManager.cpp60 static int (*RemoveFindDynamicUnwindSections)(void *) = nullptr; variable
63 if (int Err = RemoveFindDynamicUnwindSections((void *)&findSections)) { in ~UnwindInfoManager()
100 RemoveFindDynamicUnwindSections = RemoveFn; in TryEnable()