Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DLegacy.h137 lookupWithLegacyFn(ExecutionSession &ES, AsynchronousSymbolQuery &Query, in lookupWithLegacyFn() function
191 return lookupWithLegacyFn(ES, *Query, Symbols, LegacyLookup); in lookup()
DCompileOnDemandLayer.h530 lookupWithLegacyFn(ES, *Query, Symbols, LegacyLookup); in addLogicalModule()
698 lookupWithLegacyFn(ES, *Q, Symbols, LegacyLookup); in emitPartition()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/
DLegacyAPIInteropTest.cpp175 auto Unresolved = lookupWithLegacyFn(ES, Q, Symbols, LegacyLookup); in TEST()
DRTDyldObjectLinkingLayerTest.cpp192 return lookupWithLegacyFn(ES, *Query, Symbols, LegacyLookup); in TEST_F()