Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ExecutionEngine/Orc/
DIndirectionUtils.h279 auto StubSymbol = JITSymbol(StubTargetAddr, I->second.second); in findStub() local
280 if (ExportedStubsOnly && !StubSymbol.isExported()) in findStub()
282 return StubSymbol; in findStub()