Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITEmitter.cpp448 void deallocateMemForFunction(const Function *F);
1016 deallocateMemForFunction(F.getFunction()); in retryWithMoreMemory()
1029 void JITEmitter::deallocateMemForFunction(const Function *F) { in deallocateMemForFunction() function in JITEmitter
1250 Emitter->deallocateMemForFunction(F); in onDelete()
1308 cast<JITEmitter>(JCE)->deallocateMemForFunction(F); in freeMachineCodeForFunction()