OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mpTJI
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.cpp
84
mpTJI
(NULL),
125
mpTJI
= NULL;
732
if (
mpTJI
->hasCustomConstantPool())
778
if (
mpTJI
->hasCustomJumpTables())
801
if (
mpTJI
->hasCustomJumpTables())
864
//
mpTJI
->relocate() without aborting. For caching purpose
890
//
mpTJI
->relocate() without aborting. For caching purpose
943
//
mpTJI
->relocate() without aborting. For caching purpose
948
llvm::TargetJITInfo::StubLayout SL =
mpTJI
->getStubLayout();
950
Stub =
mpTJI
->emitFunctionStub(F, Actual, *this)
[
all
...]
CodeEmitter.h
85
llvm::TargetJITInfo *
mpTJI
;
Completed in 580 milliseconds