Home
last modified time | relevance | path

Searched refs:getJITDylibByName (Results 1 – 3 of 3) 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/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()