Searched refs:deallocateBlock (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/ExecutionEngine/JIT/
H A DJITMemoryManager.cpp532 void deallocateBlock(void *Block) { function in class:__anon8765::DefaultJITMemoryManager
549 if (Body) deallocateBlock(Body);
555 if (ET) deallocateBlock(ET);

Completed in 102 milliseconds