Lines Matching defs:ExecutionSession
54 // 2. ExecutionSession: the LLVMOrcExecutionSession for the JIT
64 LLVMOrcExecutionSessionRef ExecutionSession = nullptr;
150 ExecutionSession = LLVMOrcLLJITGetExecutionSession(Jit);
263 LLVMOrcExecutionSessionIntern(ExecutionSession, "aaa");
265 LLVMOrcExecutionSessionIntern(ExecutionSession, "aaa");
267 LLVMOrcExecutionSessionIntern(ExecutionSession, "bbb");
279 LLVMOrcExecutionSessionGetJITDylibByName(ExecutionSession, "test");
282 LLVMOrcExecutionSessionCreateBareJITDylib(ExecutionSession, "test");
284 LLVMOrcExecutionSessionGetJITDylibByName(ExecutionSession, "test");
369 if (auto E = LLVMOrcExecutionSessionCreateJITDylib(ExecutionSession, &ExtraJD,
418 LLVMOrcExecutionSessionLookup(ExecutionSession, LLVMOrcLookupKindStatic, SO,
441 LLVMOrcExecutionSessionLookup(ExecutionSession, LLVMOrcLookupKindStatic, SO,
835 LLVMOrcExecutionSessionLookup(ExecutionSession, LLVMOrcLookupKindStatic, SO,