Home
last modified time | relevance | path

Searched defs:getJITDylibByName (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h90 JITDylib *getJITDylibByName(StringRef Name) { in getJITDylibByName() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp1655 JITDylib *ExecutionSession::getJITDylibByName(StringRef Name) { in getJITDylibByName() function in llvm::orc::ExecutionSession