Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DLLJIT.h56 JITDylib *getJITDylibByName(StringRef Name) { in getJITDylibByName() function
57 return ES->getJITDylibByName(Name); in getJITDylibByName()
DCore.h1089 JITDylib *getJITDylibByName(StringRef Name);
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DLLJIT.h75 JITDylib *getJITDylibByName(StringRef Name) { in getJITDylibByName() function
76 return ES->getJITDylibByName(Name); in getJITDylibByName()
DCore.h1270 JITDylib *getJITDylibByName(StringRef Name);
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DOrcV2CBindings.cpp279 return wrap(unwrap(ES)->getJITDylibByName(Name)); in LLVMOrcExecutionSessionGetJITDylibByName()
DLLJIT.cpp759 if (auto *JD = J.getExecutionSession().getJITDylibByName(Path)) { in jit_dlopen()
DCore.cpp1758 JITDylib *ExecutionSession::getJITDylibByName(StringRef Name) { in getJITDylibByName() function in llvm::orc::ExecutionSession
1768 assert(!getJITDylibByName(Name) && "JITDylib with that name already exists"); in createBareJITDylib()
/external/llvm-project/llvm/tools/lli/
Dlli.cpp931 orc::JITDylib *JD = J->getJITDylibByName(*JDItr); in runOrcLazyJIT()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DCore.cpp1884 JITDylib *ExecutionSession::getJITDylibByName(StringRef Name) { in getJITDylibByName() function in llvm::orc::ExecutionSession
1894 assert(!getJITDylibByName(Name) && "JITDylib with that name already exists"); in createJITDylib()