OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StubLayout
(Results
1 - 10
of
10
) sorted by null
/external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetJITInfo.h
53
struct
StubLayout
{
58
virtual
StubLayout
getStubLayout() {
60
StubLayout
Result = {0, 0};
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsJITInfo.h
45
virtual
StubLayout
getStubLayout();
MipsJITInfo.cpp
150
TargetJITInfo::
StubLayout
MipsJITInfo::getStubLayout() {
153
StubLayout
Result = { 4*4, 4 };
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCJITInfo.h
33
virtual
StubLayout
getStubLayout();
PPCJITInfo.cpp
349
TargetJITInfo::
StubLayout
PPCJITInfo::getStubLayout() {
354
StubLayout
Result = {10*4, 4};
/external/swiftshader/third_party/LLVM/lib/Target/X86/
X86JITInfo.h
48
virtual
StubLayout
getStubLayout();
X86JITInfo.cpp
454
TargetJITInfo::
StubLayout
X86JITInfo::getStubLayout() {
461
StubLayout
Result = {14, 4};
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMJITInfo.h
66
virtual
StubLayout
getStubLayout();
ARMJITInfo.cpp
152
TargetJITInfo::
StubLayout
ARMJITInfo::getStubLayout() {
155
StubLayout
Result = {16, 4};
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITEmitter.cpp
547
TargetJITInfo::
StubLayout
SL = TheJIT->getJITInfo().getStubLayout();
610
TargetJITInfo::
StubLayout
SL = TheJIT->getJITInfo().getStubLayout();
[
all
...]
Completed in 3197 milliseconds