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

  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 605 /// setMCJITMemoryManager - Sets the MCJIT memory manager to use. This allows
612 EngineBuilder &setMCJITMemoryManager(RTDyldMemoryManager *mcjmm) {
624 /// setMCJITMemoryManager() as well.
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 200 builder.setMCJITMemoryManager(unwrap(options.MCJMM));
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h 321 .setMCJITMemoryManager(MM)
  /external/llvm/tools/lli/
lli.cpp 460 builder.setMCJITMemoryManager(RTDyldMM);
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 782 .setMCJITMemoryManager(new HelpingMemoryManager(this))
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy.cpp 812 .setMCJITMemoryManager(new HelpingMemoryManager(this))
    [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp 901 .setMCJITMemoryManager(new HelpingMemoryManager(this))
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 1038 .setMCJITMemoryManager(new HelpingMemoryManager(this))
    [all...]

Completed in 741 milliseconds