Home
last modified time | relevance | path

Searched refs:StubSymbol (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/Orc/
DIndirectionUtils.h272 auto StubSymbol = JITSymbol(StubTargetAddr, I->second.second); in findStub() local
273 if (ExportedStubsOnly && !StubSymbol.isExported()) in findStub()
275 return StubSymbol; in findStub()
DOrcRemoteTargetClient.h479 auto StubSymbol = JITSymbol(getStubAddr(Key), Flags); in findStub() local
480 if (ExportedStubsOnly && !StubSymbol.isExported()) in findStub()
482 return StubSymbol; in findStub()