• Home
  • Raw
  • Download

Lines Matching refs:LLJIT

124 class GenericLLVMIRPlatformSupport : public LLJIT::PlatformSupport {
127 GenericLLVMIRPlatformSupport(LLJIT &J) in GenericLLVMIRPlatformSupport()
439 LLJIT &J;
505 class MachOPlatformSupport : public LLJIT::PlatformSupport {
521 Create(LLJIT &J, JITDylib &PlatformJITDylib) { in Create()
631 MachOPlatformSupport(LLJIT &J, JITDylib &PlatformJITDylib, DlFcnValues DlFcn) in MachOPlatformSupport()
666 static MachOPlatform &setupPlatform(LLJIT &J) { in setupPlatform()
676 static std::unique_ptr<MemoryBuffer> createStandardSymbolsObject(LLJIT &J) { in createStandardSymbolsObject()
888 LLJIT &J;
901 void LLJIT::PlatformSupport::setInitTransform( in setInitTransform()
902 LLJIT &J, IRTransformLayer::TransformFunction T) { in setInitTransform()
906 LLJIT::PlatformSupport::~PlatformSupport() {} in ~PlatformSupport()
975 LLJIT::~LLJIT() { in ~LLJIT()
982 Error LLJIT::addIRModule(ResourceTrackerSP RT, ThreadSafeModule TSM) { in addIRModule()
992 Error LLJIT::addIRModule(JITDylib &JD, ThreadSafeModule TSM) { in addIRModule()
996 Error LLJIT::addObjectFile(ResourceTrackerSP RT, in addObjectFile()
1003 Error LLJIT::addObjectFile(JITDylib &JD, std::unique_ptr<MemoryBuffer> Obj) { in addObjectFile()
1007 Expected<JITEvaluatedSymbol> LLJIT::lookupLinkerMangled(JITDylib &JD, in lookupLinkerMangled()
1014 LLJIT::createObjectLinkingLayer(LLJITBuilderState &S, ExecutionSession &ES) { in createObjectLinkingLayer()
1038 LLJIT::createCompileFunction(LLJITBuilderState &S, in createCompileFunction()
1057 LLJIT::LLJIT(LLJITBuilderState &S, Error &Err) in LLJIT() function in llvm::orc::LLJIT
1120 std::string LLJIT::mangle(StringRef UnmangledName) const { in mangle()
1129 Error LLJIT::applyDataLayout(Module &M) { in applyDataLayout()
1143 void setUpGenericLLVMIRPlatform(LLJIT &J) { in setUpGenericLLVMIRPlatform()
1149 Error setUpMachOPlatform(LLJIT &J) { in setUpMachOPlatform()
1175 LLLazyJIT::LLLazyJIT(LLLazyJITBuilderState &S, Error &Err) : LLJIT(S, Err) { in LLLazyJIT()