Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp1067 auto DLLJD = J.loadPlatformDynamicLibrary(DLLNameStr.c_str()); in operator ()() local
1068 if (!DLLJD) in operator ()()
1069 return DLLJD.takeError(); in operator ()()
1070 JD.addToLinkOrder(*DLLJD); in operator ()()