Searched refs:ExportedStubsOnly (Results 1 – 2 of 2) sorted by relevance
296 /// Find the stub with the given name. If ExportedStubsOnly is true,300 bool ExportedStubsOnly) = 0;395 ExecutorSymbolDef findStub(StringRef Name, bool ExportedStubsOnly) override { in findStub() argument 405 if (ExportedStubsOnly && !StubSymbol.getFlags().isExported()) in findStub()
66 ExecutorSymbolDef findStub(StringRef Name, bool ExportedStubsOnly) override;182 bool ExportedStubsOnly) { in findStub() argument