Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/
H A DOrcCAPITest.cpp229 LLVMOrcExecutionSessionIntern(ExecutionSession, "aaa"); in TEST_F()
231 LLVMOrcExecutionSessionIntern(ExecutionSession, "aaa"); in TEST_F()
233 LLVMOrcExecutionSessionIntern(ExecutionSession, "bbb"); in TEST_F()
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DOrc.h520 LLVMOrcExecutionSessionIntern(LLVMOrcExecutionSessionRef ES, const char *Name);
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp355 LLVMOrcExecutionSessionIntern(LLVMOrcExecutionSessionRef ES, const char *Name) { in LLVMOrcExecutionSessionIntern() function