HomeSort by relevance Sort by last modified time
    Searched full:relocation (Results 201 - 225 of 1499) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/llvm/test/CodeGen/Mips/
setne.ll 1 ; RUN: llc -march=mipsel -mcpu=mips16 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=16
setultk.ll 1 ; RUN: llc -march=mipsel -mcpu=mips16 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=16
sra1.ll 1 ; RUN: llc -march=mipsel -mcpu=mips16 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=16
sra2.ll 1 ; RUN: llc -march=mipsel -mcpu=mips16 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=16
srl1.ll 1 ; RUN: llc -march=mipsel -mcpu=mips16 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=16
sub1.ll 1 ; RUN: llc -march=mipsel -mcpu=mips16 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=16
sub2.ll 1 ; RUN: llc -march=mipsel -mcpu=mips16 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=16
ul1.ll 1 ; RUN: llc -march=mipsel -mcpu=mips16 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=16
xor1.ll 1 ; RUN: llc -march=mipsel -mcpu=mips16 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=16
  /external/llvm/test/CodeGen/X86/
2008-03-10-RegAllocInfLoop.ll 1 ; RUN: llc < %s -mtriple=i386-pc-linux-gnu -relocation-model=pic -disable-fp-elim
eh_frame.ll 2 ; RUN: llc < %s -mtriple x86_64-unknown-linux-gnu -relocation-model=pic | FileCheck -check-prefix=PIC %s
fast-isel-tls.ll 1 ; RUN: llc < %s -march=x86 -relocation-model=pic -mtriple=i686-unknown-linux-gnu -fast-isel | FileCheck %s
ga-offset.ll 5 ; RUN: llc < %s -mtriple=x86_64-linux -relocation-model=static > %t
pr14098.ll 1 ; RUN: llc -mtriple i386-unknown-linux-gnu -relocation-model=pic -verify-machineinstrs < %s
sibcall-6.ll 1 ; RUN: llc < %s -relocation-model=pic | FileCheck %s
sjlj.ll 1 ; RUN: llc < %s -mtriple=i386-pc-linux -mcpu=corei7 -relocation-model=static | FileCheck --check-prefix=X86 %s
2 ; RUN: llc < %s -mtriple=i386-pc-linux -mcpu=corei7 -relocation-model=pic | FileCheck --check-prefix=PIC86 %s
3 ; RUN: llc < %s -mtriple=x86_64-pc-linux -mcpu=corei7 -relocation-model=static | FileCheck --check-prefix=X64 %s
4 ; RUN: llc < %s -mtriple=x86_64-pc-linux -mcpu=corei7 -relocation-model=pic | FileCheck --check-prefix=PIC64 %s
variadic-node-pic.ll 1 ; RUN: llc < %s -relocation-model=pic -code-model=large
x86-64-varargs.ll 1 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -code-model=large -relocation-model=static | grep call | not grep rax
  /external/llvm/test/MC/ARM/
elf-thumbfunc-reloc.s 19 @@ make sure an R_ARM_THM_CALL relocation is generated for the call to g
  /external/llvm/test/MC/MachO/
darwin-complex-difference.s 54 // CHECK: # Relocation 0
57 // CHECK: # Relocation 1
60 // CHECK: # Relocation 2
63 // CHECK: # Relocation 3
x86_64-reloc-arithmetic.s 11 // CHECK-NEXT: # Relocation 0
  /frameworks/compile/mclinker/lib/LD/
ELFDynObjFileFormat.cpp 46 LDFileFormat::Relocation,
51 LDFileFormat::Relocation,
56 LDFileFormat::Relocation,
61 LDFileFormat::Relocation,
ELFExecFileFormat.cpp 47 LDFileFormat::Relocation,
52 LDFileFormat::Relocation,
57 LDFileFormat::Relocation,
62 LDFileFormat::Relocation,
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 220 /// readRelocations - read all relocation entries
225 // Bitcode is read by the other path. This function reads relocation sections
250 case LDFileFormat::Relocation:
389 Relocation* relocation = llvm::cast<Relocation>(reloc); local
390 // scan relocation
393 *relocation, *m_pBuilder, *m_pModule, **rs);
396 *relocation, *m_pModule, **rs);
398 } // for all relocation sectio
512 bool ObjectLinker::relocation() function in class:ObjectLinker
    [all...]
  /frameworks/rs/cpu_ref/linkloader/include/impl/
ELFSectionRelTable.hxx 42 out() << "Relocation Table" << '\n';
65 // Count the relocation entries
68 // Read every relocation entries
134 rsl_assert(0 && "Only support ARM, MIPS, X86, and X86_64 relocation.");

Completed in 73 milliseconds

1 2 3 4 5 6 7 891011>>