Home
last modified time | relevance | path

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

/external/llvm-project/llvm/examples/OrcV2Examples/LLJITWithTargetProcessControl/
DLLJITWithTargetProcessControl.cpp105 std::promise<void *> LandingAddressP; in reenter() local
106 auto LandingAddressF = LandingAddressP.get_future(); in reenter()
112 LandingAddressP.set_value( in reenter()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DIndirectionUtils.h117 std::promise<JITTargetAddress> LandingAddressP; in reenter() local
118 auto LandingAddressF = LandingAddressP.get_future(); in reenter()
122 LandingAddressP.set_value(LandingAddress); in reenter()