Lines Matching refs:ExecutionSession
45 LLVMOrcExecutionSessionRef ExecutionSession = nullptr; member in OrcCAPITestBase
106 ExecutionSession = LLVMOrcLLJITGetExecutionSession(Jit); in SetUp()
229 LLVMOrcExecutionSessionIntern(ExecutionSession, "aaa"); in TEST_F()
231 LLVMOrcExecutionSessionIntern(ExecutionSession, "aaa"); in TEST_F()
233 LLVMOrcExecutionSessionIntern(ExecutionSession, "bbb"); in TEST_F()
245 LLVMOrcExecutionSessionGetJITDylibByName(ExecutionSession, "test"); in TEST_F()
248 LLVMOrcExecutionSessionCreateBareJITDylib(ExecutionSession, "test"); in TEST_F()
250 LLVMOrcExecutionSessionGetJITDylibByName(ExecutionSession, "test"); in TEST_F()
335 if (auto E = LLVMOrcExecutionSessionCreateJITDylib(ExecutionSession, &ExtraJD, in TEST_F()
384 LLVMOrcExecutionSessionLookup(ExecutionSession, LLVMOrcLookupKindStatic, SO, in TEST_F()
407 LLVMOrcExecutionSessionLookup(ExecutionSession, LLVMOrcLookupKindStatic, SO, in TEST_F()
750 LLVMOrcExecutionSessionLookup(ExecutionSession, LLVMOrcLookupKindStatic, SO, in TEST_F()