HomeSort by relevance Sort by last modified time
    Searched defs:MCJMM (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm-c/
ExecutionEngine.h 50 LLVMMCJITMemoryManagerRef MCJMM;
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 146 RTDyldMemoryManager *MCJMM,
503 RTDyldMemoryManager *MCJMM;
519 MCJMM = NULL;
549 EngineBuilder &setMCJITMemoryManager(RTDyldMemoryManager *mcjmm) {
550 MCJMM = mcjmm;
563 MCJMM = NULL;

Completed in 138 milliseconds