Searched refs:ExportedStubsOnly (Results 1 – 2 of 2) sorted by relevance
300 virtual JITEvaluatedSymbol findStub(StringRef Name, bool ExportedStubsOnly) = 0;395 JITEvaluatedSymbol findStub(StringRef Name, bool ExportedStubsOnly) override { in findStub() argument406 if (ExportedStubsOnly && !StubSymbol.getFlags().isExported()) in findStub()
66 JITEvaluatedSymbol findStub(StringRef Name, bool ExportedStubsOnly) override;186 bool ExportedStubsOnly) { in findStub() argument