Searched refs:StubSymbol (Results 1 – 2 of 2) sorted by relevance
272 auto StubSymbol = JITSymbol(StubTargetAddr, I->second.second); in findStub() local273 if (ExportedStubsOnly && !StubSymbol.isExported()) in findStub()275 return StubSymbol; in findStub()
479 auto StubSymbol = JITSymbol(getStubAddr(Key), Flags); in findStub() local480 if (ExportedStubsOnly && !StubSymbol.isExported()) in findStub()482 return StubSymbol; in findStub()