OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FnStub
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp
711
void *
FnStub
= Resolver.getLazyFunctionStubIfAvailable(F);
712
if (
FnStub
) {
717
return
FnStub
;
[
all
...]
/frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.cpp
837
if (void *
FnStub
= GetLazyFunctionStubIfAvailable(F))
845
return
FnStub
;
[
all
...]
Completed in 21 milliseconds