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

  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h 188 .setMCJITMemoryManager(MM)
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 542 /// setMCJITMemoryManager - Sets the MCJIT memory manager to use. This allows
549 EngineBuilder &setMCJITMemoryManager(RTDyldMemoryManager *mcjmm) {
561 /// setMCJITMemoryManager() as well.
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 202 builder.setMCJITMemoryManager(unwrap(options.MCJMM));
  /external/llvm/tools/lli/
lli.cpp 363 builder.setMCJITMemoryManager(RTDyldMM);
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 781 .setMCJITMemoryManager(new HelpingMemoryManager(this))
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy.cpp 811 .setMCJITMemoryManager(new HelpingMemoryManager(this))
    [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp 900 .setMCJITMemoryManager(new HelpingMemoryManager(this))
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 1037 .setMCJITMemoryManager(new HelpingMemoryManager(this))
    [all...]

Completed in 178 milliseconds