Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h108 Create(ResolveLandingFunction ResolveLanding) { in Create() argument
112 new LocalTrampolinePool(std::move(ResolveLanding), Err)); in Create()
127 TrampolinePool->ResolveLanding(ExecutorAddr::fromPtr(TrampolineId), in reenter()
134 LocalTrampolinePool(ResolveLandingFunction ResolveLanding, Error &Err) in LocalTrampolinePool() argument
135 : ResolveLanding(std::move(ResolveLanding)) { in LocalTrampolinePool()
196 ResolveLandingFunction ResolveLanding; variable