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

  /external/llvm/include/llvm/ExecutionEngine/
JITMemoryManager.h 96 /// endFunctionBody - This method is called when the JIT is done codegen'ing
102 virtual void endFunctionBody(const Function *F, uint8_t *FunctionStart,
106 /// cannot be called between calls to startFunctionBody and endFunctionBody.
  /external/llvm/unittests/ExecutionEngine/JIT/
JITMemoryManagerTest.cpp 43 MemMgr->endFunctionBody(F1.get(), FunctionBody1, FunctionBody1 + 1024);
50 MemMgr->endFunctionBody(F2.get(), FunctionBody2, FunctionBody2 + 1024);
57 MemMgr->endFunctionBody(F3.get(), FunctionBody3, FunctionBody3 + 1024);
88 MemMgr->endFunctionBody(F1.get(), FunctionBody1, FunctionBody1 + bigFuncSize);
96 MemMgr->endFunctionBody(F2.get(), FunctionBody2, FunctionBody2 + bigFuncSize);
104 MemMgr->endFunctionBody(F3.get(), FunctionBody3, FunctionBody3 + bigFuncSize);
116 MemMgr->endFunctionBody(F4.get(), FunctionBody4,
125 MemMgr->endFunctionBody(F5.get(), FunctionBody5,
134 MemMgr->endFunctionBody(F6.get(), FunctionBody6,
JITTest.cpp 133 virtual void endFunctionBody(const Function *F, uint8_t *FunctionStart,
137 Base->endFunctionBody(F, FunctionStart, FunctionEnd);
  /external/llvm/tools/lli/
RemoteMemoryManager.h 107 void endFunctionBody(const Function *F, uint8_t *FunctionStart,
RemoteMemoryManager.cpp 193 void RemoteMemoryManager::endFunctionBody(const Function *F, uint8_t *FunctionStart,
  /external/lldb/include/lldb/Expression/
IRExecutionUnit.h 255 virtual void endFunctionBody(const llvm::Function *F,
  /external/lldb/source/Expression/
IRExecutionUnit.cpp 462 IRExecutionUnit::MemoryManager::endFunctionBody(const llvm::Function *F,
466 m_default_mm_ap->endFunctionBody(F, FunctionStart, FunctionEnd);
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 808 // We must call endFunctionBody before retrying, because
810 MemMgr->endFunctionBody(F.getFunction(), BufferBegin, CurBufferPtr);
    [all...]
JITMemoryManager.cpp 426 /// endFunctionBody - The function F is now allocated, and takes the memory
428 void endFunctionBody(const Function *F, uint8_t *FunctionStart,
441 /// cannot be called between calls to startFunctionBody and endFunctionBody.
    [all...]

Completed in 1097 milliseconds