Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DTPCIndirectionUtils.cpp406 std::promise<JITTargetAddress> LandingAddrP; in reentry() local
407 auto LandingAddrF = LandingAddrP.get_future(); in reentry()
410 [&](JITTargetAddress Addr) { LandingAddrP.set_value(Addr); }); in reentry()