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

  /external/llvm/include/llvm/ExecutionEngine/
JITMemoryManager.h 112 /// deallocateFunctionBody - Free the specified function body. The argument
116 virtual void deallocateFunctionBody(void *Body) = 0;
  /external/llvm/unittests/ExecutionEngine/JIT/
JITMemoryManagerTest.cpp 61 MemMgr->deallocateFunctionBody(FunctionBody2);
63 MemMgr->deallocateFunctionBody(FunctionBody1);
65 MemMgr->deallocateFunctionBody(FunctionBody3);
142 MemMgr->deallocateFunctionBody(FunctionBody2);
144 MemMgr->deallocateFunctionBody(FunctionBody1);
146 MemMgr->deallocateFunctionBody(FunctionBody4);
148 MemMgr->deallocateFunctionBody(FunctionBody3);
150 MemMgr->deallocateFunctionBody(FunctionBody5);
152 MemMgr->deallocateFunctionBody(FunctionBody6);
JITTest.cpp 163 virtual void deallocateFunctionBody(void *Body) {
165 Base->deallocateFunctionBody(Body);
  /external/llvm/tools/lli/
RemoteMemoryManager.h 111 void deallocateFunctionBody(void *Body) override;
RemoteMemoryManager.cpp 205 void RemoteMemoryManager::deallocateFunctionBody(void *Body) {
  /external/lldb/include/lldb/Expression/
IRExecutionUnit.h 350 virtual void deallocateFunctionBody(void *Body);
  /external/lldb/source/Expression/
IRExecutionUnit.cpp 561 IRExecutionUnit::MemoryManager::deallocateFunctionBody(void *Body)
563 m_default_mm_ap->deallocateFunctionBody(Body);
  /external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 545 /// deallocateFunctionBody - Deallocate all memory for the specified
547 void deallocateFunctionBody(void *Body) override {
    [all...]
JITEmitter.cpp     [all...]

Completed in 167 milliseconds