Home
last modified time | relevance | path

Searched refs:AsyncLookupResult (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DJITLinkGeneric.h68 Expected<AsyncLookupResult> LookupResult,
110 void applyLookupResult(AsyncLookupResult LR);
DJITLinkGeneric.cpp80 Expected<AsyncLookupResult> LookupResult) mutable { in linkPhase1()
88 Expected<AsyncLookupResult> LR, in linkPhase2()
277 void JITLinkerBase::applyLookupResult(AsyncLookupResult Result) { in applyLookupResult()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h1202 using AsyncLookupResult = DenseMap<StringRef, JITEvaluatedSymbol>; variable
1209 virtual void run(Expected<AsyncLookupResult> LR) = 0;
1223 void run(Expected<AsyncLookupResult> LR) override { C(std::move(LR)); } in createLookupContinuation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DObjectLinkingLayer.cpp80 AsyncLookupResult LR; in lookup()