OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getStubLayout
(Results
1 - 13
of
13
) sorted by null
/external/llvm/lib/Target/Mips/
MipsJITInfo.h
42
//
getStubLayout
- Returns the size and alignment of the largest call stub
44
virtual StubLayout
getStubLayout
();
MipsJITInfo.cpp
195
TargetJITInfo::StubLayout MipsJITInfo::
getStubLayout
() {
/external/llvm/lib/Target/PowerPC/
PPCJITInfo.h
33
virtual StubLayout
getStubLayout
();
PPCJITInfo.cpp
352
TargetJITInfo::StubLayout PPCJITInfo::
getStubLayout
() {
/external/llvm/include/llvm/Target/
TargetJITInfo.h
59
virtual StubLayout
getStubLayout
() {
60
llvm_unreachable("This target doesn't implement
getStubLayout
!");
/external/llvm/lib/Target/X86/
X86JITInfo.h
46
//
getStubLayout
- Returns the size and alignment of the largest call stub
48
virtual StubLayout
getStubLayout
();
X86JITInfo.cpp
460
TargetJITInfo::StubLayout X86JITInfo::
getStubLayout
() {
/frameworks/rs/cpu_ref/linkloader/include/
ELFSectionProgBits.h
40
StubLayout *
getStubLayout
() {
/frameworks/rs/cpu_ref/linkloader/include/impl/
ELFSectionProgBits.hxx
43
StubLayout *stubs = result->
getStubLayout
();
ELFObject.hxx
234
StubLayout *stub_layout = text->
getStubLayout
();
526
void *stub = text->
getStubLayout
()->allocateStub((void *)A);
537
void *stub = text->
getStubLayout
()->allocateStub((void *)S);
/external/llvm/lib/Target/ARM/
ARMJITInfo.h
64
//
getStubLayout
- Returns the size and alignment of the largest call stub
66
virtual StubLayout
getStubLayout
();
ARMJITInfo.cpp
152
TargetJITInfo::StubLayout ARMJITInfo::
getStubLayout
() {
/external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp
532
TargetJITInfo::StubLayout SL = TheJIT->getJITInfo().
getStubLayout
();
595
TargetJITInfo::StubLayout SL = TheJIT->getJITInfo().
getStubLayout
();
[
all
...]
Completed in 1798 milliseconds