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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h100 Error setupJITDylib(JITDylib &JD) override;
H A DCore.h1070 virtual Error setupJITDylib(JITDylib &JD) = 0;
1145 /// If a Platform is attached then Platform::setupJITDylib will be called to
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp89 Error setupJITDylib(JITDylib &JD) override;
144 cantFail(setupJITDylib(J.getMainJITDylib()));
151 Error setupJITDylib(JITDylib &JD) { function in class:__anon3663::GenericLLVMIRPlatformSupport
467 Error GenericLLVMIRPlatform::setupJITDylib(JITDylib &JD) { function in class:__anon3663::GenericLLVMIRPlatform
468 return S.setupJITDylib(JD);
682 cantFail(MP.setupJITDylib(J.getMainJITDylib()));
H A DMachOPlatform.cpp156 Error MachOPlatform::setupJITDylib(JITDylib &JD) { function in class:llvm::orc::MachOPlatform
H A DCore.cpp1800 if (auto Err = P->setupJITDylib(JD))

Completed in 80 milliseconds