Searched refs:legacyLookup (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/ |
D | LegacyAPIInteropTest.cpp | 27 return V.legacyLookup(std::move(Q), Symbols); in TEST_F() 84 return V.legacyLookup(std::move(Query), Symbols); in TEST()
|
D | CoreAPIsTest.cpp | 166 V2.legacyLookup(Q, V.legacyLookup(Q, {Foo})); in TEST_F()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/ |
D | Legacy.cpp | 38 ES.legacyLookup(ES, std::move(LookupFn), std::move(InternedSymbols), in lookup()
|
D | Core.cpp | 161 Expected<SymbolMap> ExecutionSessionBase::legacyLookup( in legacyLookup() function in llvm::orc::ExecutionSessionBase 1351 SymbolNameSet VSO::legacyLookup(std::shared_ptr<AsynchronousSymbolQuery> Q, in legacyLookup() function in llvm::orc::VSO
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | Core.h | 410 legacyLookup(ExecutionSessionBase &ES, LegacyAsyncLookupFunction AsyncLookup, 652 SymbolNameSet legacyLookup(std::shared_ptr<AsynchronousSymbolQuery> Q,
|