Searched defs:getJITDylibByName (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ | ||
H A D | LLJIT.h | 90 JITDylib *getJITDylibByName(StringRef Name) { getJITDylibByName() function |
/llvm-project/llvm/lib/ExecutionEngine/Orc/ | ||
H A D | Core.cpp | 1655 JITDylib *ExecutionSession::getJITDylibByName(StringRef Name) { getJITDylibByName() function in llvm::orc::ExecutionSession |