Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DLLJIT.cpp521 Create(LLJIT &J, JITDylib &PlatformJITDylib) { in Create() argument
549 new MachOPlatformSupport(J, PlatformJITDylib, DlFcn)); in Create()
631 MachOPlatformSupport(LLJIT &J, JITDylib &PlatformJITDylib, DlFcnValues DlFcn) in MachOPlatformSupport() argument
661 PlatformJITDylib.define(absoluteSymbols(std::move(HelperSymbols)))); in MachOPlatformSupport()
663 cantFail(J.addIRModule(PlatformJITDylib, createPlatformRuntimeModule())); in MachOPlatformSupport()