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

  /external/swiftshader/src/Reactor/
LLVMRoutineManager.hpp 45 virtual void setMemoryExecutable();
LLVMRoutineManager.cpp 129 void LLVMRoutineManager::setMemoryExecutable()
  /external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
JITMemoryManager.h 41 /// setMemoryExecutable - When code generation is done and we're ready to
43 virtual void setMemoryExecutable() = 0;
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_misc.cpp 239 virtual void setMemoryExecutable() {
240 mgr()->setMemoryExecutable();
  /external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
JITTest.cpp 69 virtual void setMemoryExecutable() { Base->setMemoryExecutable(); }
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 501 /// setMemoryExecutable - When code generation is done and we're ready to
503 void setMemoryExecutable()
JITEmitter.cpp     [all...]

Completed in 303 milliseconds