Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DJITSymbol.h347 using OnResolvedFunction = unique_function<void(Expected<LookupResult>)>; variable
357 OnResolvedFunction OnResolved) = 0;
375 void lookup(const LookupSet &Symbols, OnResolvedFunction OnResolved) final;
/external/llvm-project/llvm/include/llvm/ExecutionEngine/
DJITSymbol.h375 using OnResolvedFunction = unique_function<void(Expected<LookupResult>)>; variable
385 OnResolvedFunction OnResolved) = 0;
403 void lookup(const LookupSet &Symbols, OnResolvedFunction OnResolved) final;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DLegacy.cpp21 OnResolvedFunction OnResolved) { in lookup()
DRTDyldObjectLinkingLayer.cpp21 void lookup(const LookupSet &Symbols, OnResolvedFunction OnResolved) { in lookup()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DJITSymbol.cpp71 OnResolvedFunction OnResolved) { in lookup()
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DJITSymbol.cpp109 OnResolvedFunction OnResolved) { in lookup()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DLegacy.h98 void lookup(const LookupSet &Symbols, OnResolvedFunction OnResolved) override;
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.cpp21 void lookup(const LookupSet &Symbols, OnResolvedFunction OnResolved) override { in lookup()