Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h377 using OnResolvedFunction = unique_function<void(Expected<LookupResult>)>; variable
387 OnResolvedFunction OnResolved) = 0;
408 void lookup(const LookupSet &Symbols, OnResolvedFunction OnResolved) final;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DJITSymbol.cpp109 OnResolvedFunction OnResolved) { in lookup()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp26 OnResolvedFunction OnResolved) override { in lookup()