Searched refs:PlatformJITDylib (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp541 Create(LLJIT &J, JITDylib &PlatformJITDylib) { argument
569 new MachOPlatformSupport(J, PlatformJITDylib, DlFcn));
651 MachOPlatformSupport(LLJIT &J, JITDylib &PlatformJITDylib, DlFcnValues DlFcn) argument
681 PlatformJITDylib.define(absoluteSymbols(std::move(HelperSymbols))));
683 cantFail(J.addIRModule(PlatformJITDylib, createPlatformRuntimeModule()));

Completed in 100 milliseconds