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

  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 180 void MCJIT::freeMachineCodeForFunction(Function *F) {
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 131 /// freeMachineCodeForFunction - The interpreter does not generate any code.
133 void freeMachineCodeForFunction(Function *F) { }

Completed in 24 milliseconds