HomeSort by relevance Sort by last modified time
    Searched defs:endFunctionBody (Results 1 - 6 of 6) 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/src/Reactor/
LLVMRoutineManager.cpp 77 void LLVMRoutineManager::endFunctionBody(const llvm::Function *function, uint8_t *functionStart, uint8_t *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/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/
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.
  /external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
JITTest.cpp 110 virtual void endFunctionBody(const Function *F, uint8_t *FunctionStart,
114 Base->endFunctionBody(F, FunctionStart, FunctionEnd);

Completed in 778 milliseconds