Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h126 std::promise<ExecutorAddr> LandingAddressP; in reenter() local
127 auto LandingAddressF = LandingAddressP.get_future(); in reenter()
131 LandingAddressP.set_value(LandingAddress); in reenter()