Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp1937 static Expected<JITEvaluatedSymbol> getMainEntryPoint(Session &S) { in getMainEntryPoint() function
1954 if (auto EP = getMainEntryPoint(S)) in getEntryPoint()