Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DLegacy.cpp27 auto OnResolvedWithUnwrap = [OnResolved](Expected<SymbolMap> InternedResult) { in lookup() local
40 InternedSymbols, OnResolvedWithUnwrap, in lookup()
H A DRTDyldObjectLinkingLayer.cpp32 auto OnResolvedWithUnwrap = in lookup() local
56 ES.lookup(SearchOrder, InternedSymbols, OnResolvedWithUnwrap, OnReady, in lookup()