Home
last modified time | relevance | path

Searched refs:StubSymbol (Results 1 – 4 of 4) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DIndirectionUtils.h238 auto StubSymbol = JITEvaluatedSymbol(StubTargetAddr, I->second.second); in findStub() local
239 if (ExportedStubsOnly && !StubSymbol.getFlags().isExported()) in findStub()
241 return StubSymbol; in findStub()
DOrcRemoteTargetClient.h366 auto StubSymbol = JITEvaluatedSymbol(getStubAddr(Key), Flags); in findStub() local
367 if (ExportedStubsOnly && !StubSymbol.getFlags().isExported()) in findStub()
369 return StubSymbol; in findStub()