HomeSort by: relevance | last modified time | path
    Searched defs:getExecutionSession (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
Layer.h 76 ExecutionSession &getExecutionSession() { return ES; }
142 ExecutionSession &getExecutionSession() { return ES; }
MachOPlatform.h 98 ExecutionSession &getExecutionSession() const { return ES; }
LLJIT.h 62 ExecutionSession &getExecutionSession() { return *ES; }
Core.h 513 ExecutionSession &getExecutionSession();
914 ExecutionSession &getExecutionSession() const { return ES; }
1521 inline ExecutionSession &MaterializationResponsibility::getExecutionSession() {
1522 return JD->getExecutionSession();
1527 return JD->getExecutionSession().runSessionLocked([&]() -> Error {
1661 JD->getExecutionSession().OL_destroyMaterializationResponsibility(*this);
1665 return JD->getExecutionSession().OL_getRequestedSymbols(*this);
1670 return JD->getExecutionSession().OL_notifyResolved(*this, Symbols);
1674 return JD->getExecutionSession().OL_notifyEmitted(*this);
1679 return JD->getExecutionSession().OL_defineMaterializing
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
LLJIT.cpp 130 getExecutionSession().setPlatform(
150 ExecutionSession &getExecutionSession() { return J.getExecutionSession(); }
254 getExecutionSession().runSessionLocked([&]() {
268 getExecutionSession().runSessionLocked([&]() {
290 auto &ES = getExecutionSession();
311 auto &ES = getExecutionSession();
372 getExecutionSession().runSessionLocked([&]() {
384 return Platform::lookupInitSymbols(getExecutionSession(),
471 MangleAndInterner Mangle(PS.getExecutionSession(), M.getDataLayout())
    [all...]

Completed in 67 milliseconds