Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp1118 auto DLLJD = J.loadPlatformDynamicLibrary(DLLNameStr.c_str()); in operator ()() local
1119 if (!DLLJD) in operator ()()
1120 return DLLJD.takeError(); in operator ()()
1121 JD.addToLinkOrder(*DLLJD); in operator ()()