OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getStubLayout
(Results
1 - 15
of
15
) sorted by null
/external/llvm/lib/Target/PowerPC/
PPCJITInfo.h
30
StubLayout
getStubLayout
() override;
PPCJITInfo.cpp
363
TargetJITInfo::StubLayout PPCJITInfo::
getStubLayout
() {
/external/llvm/lib/Target/Sparc/
SparcJITInfo.h
39
//
getStubLayout
- Returns the size and alignment of the largest call stub
41
StubLayout
getStubLayout
() override;
SparcJITInfo.cpp
221
TargetJITInfo::StubLayout SparcJITInfo::
getStubLayout
() {
/external/llvm/lib/Target/Mips/
MipsJITInfo.h
42
//
getStubLayout
- Returns the size and alignment of the largest call stub
44
StubLayout
getStubLayout
() override;
MipsJITInfo.cpp
196
TargetJITInfo::StubLayout MipsJITInfo::
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
44
//
getStubLayout
- Returns the size and alignment of the largest call stub
46
StubLayout
getStubLayout
() override;
X86JITInfo.cpp
466
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
236
StubLayout *stub_layout = text->
getStubLayout
();
562
StubLayout *stub_layout = text->
getStubLayout
();
706
StubLayout *stub_layout = text->
getStubLayout
();
915
void *stub = text->
getStubLayout
()->allocateStub((void *)A);
932
void *stub = text->
getStubLayout
()->allocateStub((void *)S);
[
all
...]
/external/llvm/lib/Target/ARM/
ARMJITInfo.h
63
//
getStubLayout
- Returns the size and alignment of the largest call stub
65
StubLayout
getStubLayout
() override;
ARMJITInfo.cpp
153
TargetJITInfo::StubLayout ARMJITInfo::
getStubLayout
() {
/external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp
527
TargetJITInfo::StubLayout SL = TheJIT->getJITInfo().
getStubLayout
();
590
TargetJITInfo::StubLayout SL = TheJIT->getJITInfo().
getStubLayout
();
[
all
...]
Completed in 163 milliseconds