HomeSort by relevance Sort by last modified time
    Searched refs:LLVMCreateMCJITCompilerForModule (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm-c/
ExecutionEngine.h 102 * LLVMCreateMCJITCompilerForModule(&jit, mod, &options, sizeof(options),
107 * LLVMCreateMCJITCompilerForModule(&jit, mod, 0, 0, &error);
109 LLVMBool LLVMCreateMCJITCompilerForModule(
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 166 LLVMBool LLVMCreateMCJITCompilerForModule(
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITCAPITest.cpp 281 0, LLVMCreateMCJITCompilerForModule(&Engine, Module, &Options,

Completed in 213 milliseconds