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

  /external/swiftshader/src/Reactor/
LLVMRoutineManager.hpp 34 virtual uint8_t *allocateStub(const llvm::GlobalValue *function, unsigned stubSize, unsigned alignment);
LLVMRoutineManager.cpp 44 uint8_t *LLVMRoutineManager::allocateStub(const GlobalValue *function, unsigned stubSize, unsigned alignment)
  /external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
JITMemoryManager.h 84 /// allocateStub - This method is called by the JIT to allocate space for a
92 virtual uint8_t *allocateStub(const GlobalValue* F, unsigned StubSize,
  /external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
JITMemoryManagerTest.cpp 271 MemMgr->allocateStub(NULL, Size, 8);
276 MemMgr->allocateStub(NULL, Size, 8);
JITTest.cpp 94 virtual uint8_t *allocateStub(const GlobalValue* F, unsigned StubSize,
97 return Base->allocateStub(F, StubSize, Alignment);
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_misc.cpp 260 virtual uint8_t *allocateStub(const llvm::GlobalValue *F,
263 return mgr()->allocateStub(F, StubSize, Alignment);
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITEmitter.cpp     [all...]
JITMemoryManager.cpp 433 /// allocateStub - Allocate memory for a function stub.
434 uint8_t *allocateStub(const GlobalValue* F, unsigned StubSize,

Completed in 397 milliseconds