OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 126 milliseconds