Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h348 using OnResolvedFunction = std::function<void(Expected<LookupResult>)>; variable
358 OnResolvedFunction OnResolved) = 0;
376 void lookup(const LookupSet &Symbols, OnResolvedFunction OnResolved) final;
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DLegacy.cpp22 OnResolvedFunction OnResolved) { in lookup()
H A DRTDyldObjectLinkingLayer.cpp21 void lookup(const LookupSet &Symbols, OnResolvedFunction OnResolved) { in lookup()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DJITSymbol.cpp72 OnResolvedFunction OnResolved) { in lookup()
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DLegacy.h99 void lookup(const LookupSet &Symbols, OnResolvedFunction OnResolved) override;