Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DUnwindInfoManager.h45 LLVM_ABI static bool TryEnable();
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DUnwindInfoManager.cpp73 bool UnwindInfoManager::TryEnable() { in TryEnable() function in llvm::orc::UnwindInfoManager
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSelfExecutorProcessControl.cpp51 if (UnwindInfoManager::TryEnable()) in SelfExecutorProcessControl()