Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DUnwindInfoManager.cpp85 auto RemoveFn = (int (*)(void *))dlsym(RTLD_DEFAULT, RemoveFnName); in TryEnable() local
86 if (!RemoveFn) in TryEnable()
100 RemoveFindDynamicUnwindSections = RemoveFn; in TryEnable()