Searched
full:relocation (Results
251 -
275 of
1712) sorted by null
<<11121314151617181920>>
/external/llvm/test/CodeGen/Mips/ |
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
|
tail16.ll | 1 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips16 -soft-float -mips16-hard-float -relocation-model=pic < %s | FileCheck %s
|
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
|
catch.ll | 1 ; RUN: llc < %s -mtriple=x86_64-pc-linux -relocation-model=pic | FileCheck %s
|
cfi.ll | 2 ; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -relocation-model=pic | FileCheck --check-prefix=PIC %s
|
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/ExecutionEngine/MCJIT/remote/ |
test-ptr-reloc-sm-pic.ll | 1 ; RUN: %lli_mcjit -remote-mcjit -O0 -relocation-model=pic -code-model=small %s
|
/external/llvm/test/ExecutionEngine/MCJIT/ |
test-ptr-reloc-sm-pic.ll | 1 ; RUN: %lli_mcjit -O0 -relocation-model=pic -code-model=small %s
|
/external/llvm/test/MC/AArch64/ |
adrp-relocation.s | 5 // relocation on the ADRP itself (even though it knows everything about the
|
/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
|
/external/llvm/tools/gold/ |
README.txt | 11 to link on x86-64 with a relocation error: PIC and non-PIC can't be combined.
|
/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/rs/cpu_ref/linkloader/include/impl/ |
ELFSectionRelTable.hxx | 42 out() << "Relocation Table" << '\n'; 65 // Count the relocation entries 68 // Read every relocation entries 152 rsl_assert(0 && "Only support ARM, MIPS, X86, and X86_64 relocation.");
|
Completed in 619 milliseconds
<<11121314151617181920>>