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

  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
MCJITMemoryManager.h 50 void endFunctionBody(const char *Name, uint8_t *FunctionStart,
62 JMM->endFunctionBody(F, FunctionStart, FunctionEnd);
  /external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
RuntimeDyld.h 45 virtual void endFunctionBody(const char *Name, uint8_t *FunctionStart,
JITMemoryManager.h 95 /// endFunctionBody - This method is called when the JIT is done codegen'ing
101 virtual void endFunctionBody(const Function *F, uint8_t *FunctionStart,
105 /// cannot be called between calls to startFunctionBody and endFunctionBody.
  /external/swiftshader/src/Reactor/
LLVMRoutineManager.hpp 36 virtual void endFunctionBody(const llvm::Function *function, uint8_t *functionStart, uint8_t *functionEnd);
LLVMRoutineManager.cpp 77 void LLVMRoutineManager::endFunctionBody(const llvm::Function *function, uint8_t *functionStart, uint8_t *functionEnd)
  /external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
JITMemoryManagerTest.cpp 44 MemMgr->endFunctionBody(F1.get(), FunctionBody1, FunctionBody1 + 1024);
51 MemMgr->endFunctionBody(F2.get(), FunctionBody2, FunctionBody2 + 1024);
58 MemMgr->endFunctionBody(F3.get(), FunctionBody3, FunctionBody3 + 1024);
89 MemMgr->endFunctionBody(F1.get(), FunctionBody1, FunctionBody1 + bigFuncSize);
97 MemMgr->endFunctionBody(F2.get(), FunctionBody2, FunctionBody2 + bigFuncSize);
105 MemMgr->endFunctionBody(F3.get(), FunctionBody3, FunctionBody3 + bigFuncSize);
117 MemMgr->endFunctionBody(F4.get(), FunctionBody4,
126 MemMgr->endFunctionBody(F5.get(), FunctionBody5,
135 MemMgr->endFunctionBody(F6.get(), FunctionBody6,
JITTest.cpp 110 virtual void endFunctionBody(const Function *F, uint8_t *FunctionStart,
114 Base->endFunctionBody(F, FunctionStart, FunctionEnd);
  /external/swiftshader/third_party/LLVM/tools/llvm-rtdyld/
llvm-rtdyld.cpp 56 void endFunctionBody(const char *Name, uint8_t *FunctionStart,
65 void TrivialMemoryManager::endFunctionBody(const char *Name,
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 35 MemMgr->endFunctionBody(Name.data(), Mem, Mem + Size);
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_misc.cpp 265 virtual void endFunctionBody(const llvm::Function *F,
268 mgr()->endFunctionBody(F, FunctionStart, FunctionEnd);
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITEmitter.cpp 818 // We must call endFunctionBody before retrying, because
820 MemMgr->endFunctionBody(F.getFunction(), BufferBegin, CurBufferPtr);
    [all...]
JITMemoryManager.cpp 401 /// endFunctionBody - The function F is now allocated, and takes the memory
403 void endFunctionBody(const Function *F, uint8_t *FunctionStart,
416 /// cannot be called between calls to startFunctionBody and endFunctionBody.

Completed in 140 milliseconds