Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DMCJIT.h20 extern "C" void LLVMLinkInMCJIT();
35 LLVMLinkInMCJIT(); in ForceMCJITLinking()
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DExecutionEngine.h36 void LLVMLinkInMCJIT(void);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp41 extern "C" void LLVMLinkInMCJIT() { in LLVMLinkInMCJIT() function