Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/examples/OrcV2Examples/LLJITWithExecutorProcessControl/
H A DLLJITWithExecutorProcessControl.cpp105 std::promise<void *> LandingAddressP; in reenter() local
106 auto LandingAddressF = LandingAddressP.get_future(); in reenter()
112 LandingAddressP.set_value( in reenter()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h124 std::promise<JITTargetAddress> LandingAddressP; in reenter() local
125 auto LandingAddressF = LandingAddressP.get_future(); in reenter()
129 LandingAddressP.set_value(LandingAddress); in reenter()