Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
DIndirectionUtils.h300 virtual JITEvaluatedSymbol findStub(StringRef Name, bool ExportedStubsOnly) = 0;
395 JITEvaluatedSymbol findStub(StringRef Name, bool ExportedStubsOnly) override { in findStub() argument
406 if (ExportedStubsOnly && !StubSymbol.getFlags().isExported()) in findStub()
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
DEPCIndirectionUtils.cpp66 JITEvaluatedSymbol findStub(StringRef Name, bool ExportedStubsOnly) override;
186 bool ExportedStubsOnly) { in findStub() argument