HomeSort by relevance Sort by last modified time
    Searched defs:getStubLayout (Results 1 - 6 of 6) sorted by null

  /frameworks/compile/linkloader/include/
ELFSectionProgBits.h 43 StubLayout *getStubLayout() {
  /external/llvm/include/llvm/Target/
TargetJITInfo.h 58 virtual StubLayout getStubLayout() {
59 llvm_unreachable("This target doesn't implement getStubLayout!");
  /external/llvm/lib/Target/ARM/
ARMJITInfo.cpp 153 TargetJITInfo::StubLayout ARMJITInfo::getStubLayout() {
  /external/llvm/lib/Target/Mips/
MipsJITInfo.cpp 150 TargetJITInfo::StubLayout MipsJITInfo::getStubLayout() {
  /external/llvm/lib/Target/PowerPC/
PPCJITInfo.cpp 349 TargetJITInfo::StubLayout PPCJITInfo::getStubLayout() {
  /external/llvm/lib/Target/X86/
X86JITInfo.cpp 460 TargetJITInfo::StubLayout X86JITInfo::getStubLayout() {

Completed in 104 milliseconds