Searched refs:StubSymbol (Results 1 – 4 of 4) 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()
238 auto StubSymbol = JITEvaluatedSymbol(StubTargetAddr, I->second.second); in findStub() local239 if (ExportedStubsOnly && !StubSymbol.getFlags().isExported()) in findStub()241 return StubSymbol; in findStub()
366 auto StubSymbol = JITEvaluatedSymbol(getStubAddr(Key), Flags); in findStub() local367 if (ExportedStubsOnly && !StubSymbol.getFlags().isExported()) in findStub()369 return StubSymbol; in findStub()