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

  /external/llvm/lib/ExecutionEngine/JIT/
JIT.h 213 void runJITOnFunctionUnlocked(Function *F, const MutexGuard &locked);
JIT.cpp 616 runJITOnFunctionUnlocked(F, locked);
622 void JIT::runJITOnFunctionUnlocked(Function *F, const MutexGuard &locked) {
682 runJITOnFunctionUnlocked(F, locked);

Completed in 31 milliseconds