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

/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp427 /// deallocateMemForFunction - Deallocate all memory for the specified
429 void deallocateMemForFunction(const Function *F);
809 // deallocateMemForFunction requires it.
972 deallocateMemForFunction(F.getFunction());
982 /// deallocateMemForFunction - Deallocate all memory for the specified
985 void JITEmitter::deallocateMemForFunction(const Function *F) { function in class:JITEmitter
1200 Emitter->deallocateMemForFunction(F);
1255 static_cast<JITEmitter*>(JCE)->deallocateMemForFunction(F);

Completed in 283 milliseconds