OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isCompilingLazily
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h
402
bool
isCompilingLazily
() const {
405
// Deprecated in favor of
isCompilingLazily
(to reduce double-negatives).
/external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp
519
void *Actual = TheJIT->
isCompilingLazily
()
549
if (TheJIT->
isCompilingLazily
()) {
647
if (!JR->TheJIT->
isCompilingLazily
()) {
[
all
...]
Completed in 29 milliseconds