Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h291 Instance->WeakThis = Instance;
327 std::weak_ptr<SimpleLazyReexportsSpeculator> WeakThis; variable
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLazyReexports.cpp481 ES.dispatchTask(std::make_unique<SpeculateTask>(WeakThis)); in onLazyReexportsCreated()
607 ES.dispatchTask(std::make_unique<SpeculateTask>(WeakThis)); in doNextSpeculativeLookup()