OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:relocation
(Results
176 - 200
of
1499
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/include/llvm/MC/
MCObjectSymbolizer.h
39
// Map a load address to the first
relocation
that applies there. As far as I
42
// the
relocation
table. For instance, on x86-64 mach-o, a SUBTRACTOR
43
//
relocation
(referencing the minuend symbol) is followed by an UNSIGNED
44
//
relocation
(referencing the subtrahend symbol).
/external/llvm/test/CodeGen/AArch64/
tls-dynamic-together.ll
1
; RUN: llc -O0 -mtriple=aarch64-none-linux-gnu -
relocation
-model=pic -verify-machineinstrs < %s | FileCheck %s
/external/llvm/test/CodeGen/ARM/
2008-08-07-AsmPrintBug.ll
1
; RUN: llc < %s -mtriple=arm-apple-darwin -mattr=+v6 -
relocation
-model=pic | grep comm
hidden-vis-3.ll
1
; RUN: llc < %s -
relocation
-model=dynamic-no-pic -mtriple=arm-apple-darwin9 | FileCheck %s
/external/llvm/test/CodeGen/Mips/
2008-07-15-InternalConstant.ll
1
; RUN: llc -march=mips -
relocation
-model=static < %s | FileCheck %s
2010-07-20-Switch.ll
1
; RUN: llc < %s -march=mips -
relocation
-model=static | \
3
; RUN: llc < %s -march=mips -
relocation
-model=pic | \
5
; RUN: llc < %s -march=mips64 -
relocation
-model=pic -mcpu=mips64 | \
7
; RUN: llc < %s -march=mips64 -
relocation
-model=static -mcpu=mips64 | \
and1.ll
1
; RUN: llc -march=mipsel -mcpu=mips16 -
relocation
-model=pic -O3 < %s | FileCheck %s -check-prefix=16
brconeqk.ll
1
; RUN: llc -march=mipsel -mcpu=mips16 -
relocation
-model=pic -O3 < %s | FileCheck %s -check-prefix=16
brconeqz.ll
1
; RUN: llc -march=mipsel -mcpu=mips16 -
relocation
-model=pic -O3 < %s | FileCheck %s -check-prefix=16
brconnez.ll
1
; RUN: llc -march=mipsel -mcpu=mips16 -
relocation
-model=pic -O3 < %s | FileCheck %s -check-prefix=16
div.ll
1
; RUN: llc -march=mipsel -mcpu=mips16 -
relocation
-model=pic -O3 < %s | FileCheck %s -check-prefix=16
div_rem.ll
1
; RUN: llc -march=mipsel -mcpu=mips16 -
relocation
-model=pic -O3 < %s | FileCheck %s -check-prefix=16
divu.ll
1
; RUN: llc -march=mipsel -mcpu=mips16 -
relocation
-model=pic -O3 < %s | FileCheck %s -check-prefix=16
divu_remu.ll
1
; RUN: llc -march=mipsel -mcpu=mips16 -
relocation
-model=pic -O3 < %s | FileCheck %s -check-prefix=16
lb1.ll
1
; RUN: llc -march=mipsel -mcpu=mips16 -
relocation
-model=pic -O3 < %s | FileCheck %s -check-prefix=16
lh1.ll
1
; RUN: llc -march=mipsel -mcpu=mips16 -
relocation
-model=pic -O3 < %s | FileCheck %s -check-prefix=16
lhu1.ll
1
; RUN: llc -march=mipsel -mcpu=mips16 -
relocation
-model=pic -O3 < %s | FileCheck %s -check-prefix=16
mul.ll
1
; RUN: llc -march=mipsel -mcpu=mips16 -
relocation
-model=pic -O3 < %s | FileCheck %s -check-prefix=16
neg1.ll
1
; RUN: llc -march=mipsel -mcpu=mips16 -
relocation
-model=pic -O3 < %s | FileCheck %s -check-prefix=16
not1.ll
1
; RUN: llc -march=mipsel -mcpu=mips16 -
relocation
-model=pic -O3 < %s | FileCheck %s -check-prefix=16
or1.ll
1
; RUN: llc -march=mipsel -mcpu=mips16 -
relocation
-model=pic -O3 < %s | FileCheck %s -check-prefix=16
rem.ll
1
; RUN: llc -march=mipsel -mcpu=mips16 -
relocation
-model=pic -O3 < %s | FileCheck %s -check-prefix=16
remu.ll
1
; RUN: llc -march=mipsel -mcpu=mips16 -
relocation
-model=pic -O3 < %s | FileCheck %s -check-prefix=16
setgek.ll
1
; RUN: llc -march=mipsel -mcpu=mips16 -
relocation
-model=pic -O3 < %s | FileCheck %s -check-prefix=16
setltk.ll
1
; RUN: llc -march=mipsel -mcpu=mips16 -
relocation
-model=pic -O3 < %s | FileCheck %s -check-prefix=16
Completed in 525 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>