Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h110 Create(ResolveLandingFunction ResolveLanding) { in Create() argument
114 new LocalTrampolinePool(std::move(ResolveLanding), Err)); in Create()
129 TrampolinePool->ResolveLanding(ExecutorAddr::fromPtr(TrampolineId), in reenter()
136 LocalTrampolinePool(ResolveLandingFunction ResolveLanding, Error &Err) in LocalTrampolinePool() argument
137 : ResolveLanding(std::move(ResolveLanding)) { in LocalTrampolinePool()
198 ResolveLandingFunction ResolveLanding; variable