Searched refs:ExportedStubsOnly (Results 1 – 2 of 2) sorted by relevance
278 virtual JITEvaluatedSymbol findStub(StringRef Name, bool ExportedStubsOnly) = 0;318 JITEvaluatedSymbol findStub(StringRef Name, bool ExportedStubsOnly) override { in findStub() argument329 if (ExportedStubsOnly && !StubSymbol.getFlags().isExported()) in findStub()
363 JITEvaluatedSymbol findStub(StringRef Name, bool ExportedStubsOnly) override { in findStub() argument370 if (ExportedStubsOnly && !StubSymbol.getFlags().isExported()) in findStub()