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

  /external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 543 /// deallocateFunctionBody - Deallocate all memory for the specified
545 void deallocateFunctionBody(void *Body) {
    [all...]
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 139 virtual void deallocateFunctionBody(void *Body) {
141 Base->deallocateFunctionBody(Body);

Completed in 280 milliseconds