Home
last modified time | relevance | path

Searched defs:NotifyResolved (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DLazyReexports.h58 NotifyResolvedFunctionImpl(NotifyResolvedImpl NotifyResolved) in NotifyResolvedFunctionImpl()
73 createNotifyResolvedFunction(NotifyResolvedImpl NotifyResolved) { in createNotifyResolvedFunction()
177 NotifyResolved; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DLazyReexports.cpp28 std::shared_ptr<NotifyResolvedFunction> NotifyResolved) { in getCallThroughTrampoline()
65 std::shared_ptr<NotifyResolvedFunction> NotifyResolved = nullptr; in callThroughToSymbol() local
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DLazyReexports.cpp25 NotifyResolvedFunction NotifyResolved) { in getCallThroughTrampoline()
57 NotifyResolvedFunction NotifyResolved; in notifyResolved() local
/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/
DLazyCallThroughAndReexportsTest.cpp54 auto NotifyResolved = [&](JITTargetAddress ResolvedAddr) { in TEST_F() local