Home
last modified time | relevance | path

Searched refs:ExportedStubsOnly (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h296 /// 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()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp66 ExecutorSymbolDef findStub(StringRef Name, bool ExportedStubsOnly) override;
182 bool ExportedStubsOnly) { in findStub() argument