HomeSort by relevance Sort by last modified time
    Searched full:deallocatefunctionbody (Results 1 - 7 of 7) sorted by null

  /external/llvm/unittests/ExecutionEngine/JIT/
JITMemoryManagerTest.cpp 62 MemMgr->deallocateFunctionBody(FunctionBody2);
64 MemMgr->deallocateFunctionBody(FunctionBody1);
66 MemMgr->deallocateFunctionBody(FunctionBody3);
143 MemMgr->deallocateFunctionBody(FunctionBody2);
145 MemMgr->deallocateFunctionBody(FunctionBody1);
147 MemMgr->deallocateFunctionBody(FunctionBody4);
149 MemMgr->deallocateFunctionBody(FunctionBody3);
151 MemMgr->deallocateFunctionBody(FunctionBody5);
153 MemMgr->deallocateFunctionBody(FunctionBody6);
JITTest.cpp 158 virtual void deallocateFunctionBody(void *Body) {
160 Base->deallocateFunctionBody(Body);
  /external/llvm/tools/lli/
RecordingMemoryManager.h 77 void deallocateFunctionBody(void *Body);
RecordingMemoryManager.cpp 98 void RecordingMemoryManager::deallocateFunctionBody(void *Body) {
  /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/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 539 /// deallocateFunctionBody - Deallocate all memory for the specified
541 void deallocateFunctionBody(void *Body) {
    [all...]
JITEmitter.cpp     [all...]

Completed in 544 milliseconds