Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DUnwindInfoManager.cpp81 auto AddFn = (int (*)(void *))dlsym(RTLD_DEFAULT, AddFnName); in TryEnable() local
82 if (!AddFn) in TryEnable()
91 if (auto Err = AddFn((void *)&findSections)) { in TryEnable()