HomeSort by: relevance | last modified time | path
    Searched refs:getJITDylibByName (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
LLJIT.h 75 JITDylib *getJITDylibByName(StringRef Name) {
76 return ES->getJITDylibByName(Name);
83 /// (e.g. by calling getJITDylibByName) that the given name is not already in
Core.h 1304 JITDylib *getJITDylibByName(StringRef Name);
1309 /// names are not being re-used (E.g. by calling getJITDylibByName) if names
1319 /// names are not being re-used (e.g. by calling getJITDylibByName) if names
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
OrcV2CBindings.cpp 359 return wrap(unwrap(ES)->getJITDylibByName(Name));
LLJIT.cpp 759 if (auto *JD = J.getExecutionSession().getJITDylibByName(Path)) {
Core.cpp 1798 JITDylib *ExecutionSession::getJITDylibByName(StringRef Name) {
1808 assert(!getJITDylibByName(Name) && "JITDylib with that name already exists");
  /src/external/apache2/llvm/dist/llvm/tools/lli/
lli.cpp 1018 orc::JITDylib *JD = J->getJITDylibByName(*JDItr);

Completed in 60 milliseconds