OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:relocation
(Results
401 - 425
of
1712
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/llvm/docs/CommandGuide/
llvm-readobj.rst
52
Display the
relocation
entries in the file.
68
When used with ``-relocations``, display each
relocation
in an expanded
/external/llvm/include/llvm/MC/
MCCodeGenInfo.h
11
// asm parsing, and asm printing. For example,
relocation
model.
23
/// RelocationModel -
Relocation
model: static, pic, etc.
/external/llvm/include/llvm/Support/
CodeGen.h
11
// example,
relocation
model.
23
//
Relocation
model types.
/external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCExpr.h
21
VK_ARM_HI16, // The R_ARM_MOVT_ABS
relocation
(:upper16: in the .s file)
22
VK_ARM_LO16 // The R_ARM_MOVW_ABS_NC
relocation
(:lower16: in the .s file)
/external/llvm/lib/Target/Sparc/
SparcRelocations.h
10
// This file defines the Sparc target-specific
relocation
types
11
// (for
relocation
-model=static).
/external/llvm/test/CodeGen/ARM/
fast-isel-load-store-verify.ll
1
; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -
relocation
-model=dynamic-no-pic -mtriple=armv7-apple-ios | FileCheck %s --check-prefix=ALL
2
; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -
relocation
-model=dynamic-no-pic -mtriple=armv7-linux-gnueabi | FileCheck %s --check-prefix=ALL
/external/llvm/test/CodeGen/Mips/
brsize3.ll
1
; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips16 -soft-float -mips16-hard-float -
relocation
-model=pic -mips16-constant-islands < %s | FileCheck %s -check-prefix=b-no-short
3
; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips16 -soft-float -mips16-hard-float -
relocation
-model=pic -mips16-constant-islands < %s | FileCheck %s -check-prefix=b-long
const6a.ll
1
; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips16 -soft-float -mips16-hard-float -
relocation
-model=pic -mips16-constant-islands < %s | FileCheck %s -check-prefix=load-relax1
3
; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips16 -soft-float -mips16-hard-float -
relocation
-model=pic -mips16-constant-islands < %s | FileCheck %s -check-prefix=load-relax
fpnotneeded.ll
1
; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips32 -
relocation
-model=static -O3 < %s -mips-os16 | FileCheck %s -check-prefix=32
3
; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips32 -
relocation
-model=static -O3 -mips16-constant-islands < %s -mips-os16 | FileCheck %s -check-prefix=cisle
nacl-branch-delay.ll
1
; RUN: llc -filetype=asm -mtriple=mipsel-none-linux -
relocation
-model=static \
4
; RUN: llc -filetype=asm -mtriple=mipsel-none-nacl -
relocation
-model=static \
/external/llvm/test/CodeGen/Mips/cconv/
arguments-hard-float-varargs.ll
1
; RUN: llc -march=mips -
relocation
-model=static < %s | FileCheck --check-prefix=ALL --check-prefix=SYM32 --check-prefix=O32 --check-prefix=O32BE %s
2
; RUN: llc -march=mipsel -
relocation
-model=static < %s | FileCheck --check-prefix=ALL --check-prefix=SYM32 --check-prefix=O32 --check-prefix=O32LE %s
4
; RUN-TODO: llc -march=mips64 -
relocation
-model=static -mattr=-n64,+o32 < %s | FileCheck --check-prefix=ALL --check-prefix=SYM32 --check-prefix=O32 %s
5
; RUN-TODO: llc -march=mips64el -
relocation
-model=static -mattr=-n64,+o32 < %s | FileCheck --check-prefix=ALL --check-prefix=SYM32 --check-prefix=O32 %s
7
; RUN: llc -march=mips64 -
relocation
-model=static -mattr=-n64,+n32 < %s | FileCheck --check-prefix=ALL --check-prefix=SYM32 --check-prefix=N32 --check-prefix=NEW %s
8
; RUN: llc -march=mips64el -
relocation
-model=static -mattr=-n64,+n32 < %s | FileCheck --check-prefix=ALL --check-prefix=SYM32 --check-prefix=N32 --check-prefix=NEW %s
10
; RUN: llc -march=mips64 -
relocation
-model=static -mattr=-n64,+n64 < %s | FileCheck --check-prefix=ALL --check-prefix=SYM64 --check-prefix=N64 --check-prefix=NEW %s
11
; RUN: llc -march=mips64el -
relocation
-model=static -mattr=-n64,+n64 < %s | FileCheck --check-prefix=ALL --check-prefix=SYM64 --check-prefix=N64 --check-prefix=NEW %s
/external/llvm/test/CodeGen/PowerPC/
tls-pic.ll
1
; RUN: llc -march=ppc64 -mcpu=pwr7 -O0 -
relocation
-model=pic < %s | FileCheck -check-prefix=OPT0 %s
2
; RUN: llc -march=ppc64 -mcpu=pwr7 -O1 -
relocation
-model=pic < %s | FileCheck -check-prefix=OPT1 %s
/external/llvm/test/CodeGen/SPARC/
tls.ll
1
; RUN: llc <%s -march=sparc -
relocation
-model=static | FileCheck %s --check-prefix=v8abs
2
; RUN: llc <%s -march=sparcv9 -
relocation
-model=static | FileCheck %s --check-prefix=v9abs
3
; RUN: llc <%s -march=sparc -
relocation
-model=pic | FileCheck %s --check-prefix=pic
4
; RUN: llc <%s -march=sparcv9 -
relocation
-model=pic | FileCheck %s --check-prefix=pic
6
; RUN: llc <%s -march=sparc -
relocation
-model=static -filetype=obj | llvm-readobj -r | FileCheck %s --check-prefix=v8abs-obj
7
; RUN: llc <%s -march=sparcv9 -
relocation
-model=static -filetype=obj | llvm-readobj -r | FileCheck %s --check-prefix=v9abs-obj
8
; RUN: llc <%s -march=sparc -
relocation
-model=pic -filetype=obj | llvm-readobj -r | FileCheck %s --check-prefix=pic-obj
9
; RUN: llc <%s -march=sparcv9 -
relocation
-model=pic -filetype=obj | llvm-readobj -r | FileCheck %s --check-prefix=pic-obj
/external/llvm/test/CodeGen/X86/
loop-strength-reduce-2.ll
1
; RUN: llc < %s -march=x86 -
relocation
-model=pic | FileCheck %s -check-prefix=PIC
2
; RUN: llc < %s -march=x86 -
relocation
-model=static | FileCheck %s -check-prefix=STATIC
lsr-static-addr.ll
1
; RUN: llc -march=x86-64 -mcpu=generic -mtriple=x86_64-unknown-linux-gnu -
relocation
-model=static -asm-verbose=false < %s | FileCheck %s
2
; RUN: llc -march=x86-64 -mcpu=atom -mtriple=x86_64-unknown-linux-gnu -
relocation
-model=static -asm-verbose=false < %s | FileCheck -check-prefix=ATOM %s
tls-pic.ll
1
; RUN: llc < %s -march=x86 -mtriple=i386-linux-gnu -
relocation
-model=pic | FileCheck -check-prefix=X32 %s
2
; RUN: llc < %s -march=x86-64 -mtriple=x86_64-linux-gnu -
relocation
-model=pic | FileCheck -check-prefix=X64 %s
/external/llvm/test/DebugInfo/X86/
stringpool.ll
23
; Verify that we refer to 'yyyy' with a
relocation
.
33
; Verify that we refer to 'yyyy' without a
relocation
.
/external/llvm/test/MC/AArch64/
basic-pic.s
3
// CHECK:
RELOCATION
RECORDS FOR [.rela.text]
77
// Particularly important that the ADRP gets a
relocation
, LLVM tends to think
/external/llvm/test/MC/ELF/
rename.s
3
// When doing a rename, all the checks for where the
relocation
should go
9
// not produce a
relocation
with .text.
/external/llvm/test/MC/MachO/
string-table.s
39
// CHECK: #
Relocation
0
42
// CHECK: #
Relocation
1
/frameworks/compile/mclinker/include/mcld/LD/
IdenticalCodeFolding.h
21
class
Relocation
;
53
std::vector<
Relocation
*> variable_relocs;
/frameworks/compile/mclinker/lib/Target/Mips/
MipsLA25Stub.h
18
class
Relocation
;
34
bool isMyDuty(const
Relocation
& pReloc,
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/android/
dlext.h
40
* after
relocation
has been performed, to allow it to be reused by another
47
* after
relocation
has been performed, and replace any relocated pages that
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/android/
dlext.h
40
* after
relocation
has been performed, to allow it to be reused by another
47
* after
relocation
has been performed, and replace any relocated pages that
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/android/
dlext.h
40
* after
relocation
has been performed, to allow it to be reused by another
47
* after
relocation
has been performed, and replace any relocated pages that
Completed in 349 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>