HomeSort by relevance Sort by last modified time
    Searched refs:Reloc (Results 1 - 25 of 157) sorted by null

1 2 3 4 5 6 7

  /external/llvm/include/llvm/MC/
MCCodeGenInfo.h 25 Reloc::Model RelocationModel;
36 void initMCCodeGenInfo(Reloc::Model RM = Reloc::Default,
40 Reloc::Model getRelocationModel() const { return RelocationModel; }
  /toolchain/binutils/binutils-2.25/gold/
reloc-types.h 0 // reloc-types.h -- ELF relocation templates for gold -*- C++ -*-
43 typedef typename elfcpp::Rel<size, big_endian> Reloc;
48 get_reloc_addend(const Reloc*)
52 get_reloc_addend_noerror(const Reloc*)
61 copy_reloc_addend(Reloc_write*, const Reloc*)
68 typedef typename elfcpp::Rela<size, big_endian> Reloc;
73 get_reloc_addend(const Reloc* p)
77 get_reloc_addend_noerror(const Reloc* p)
86 copy_reloc_addend(Reloc_write* to, const Reloc* from)
copy-relocs.h 27 #include "reloc-types.h"
42 // not. So we have to save the relocation during the reloc scanning,
46 // The template parameter SH_TYPE is the type of the reloc section to
53 typedef typename Reloc_types<sh_type, size, big_endian>::Reloc Reloc;
61 // against a symbol which may force us to generate a COPY reloc.
65 // will wind up. REL is the reloc itself. The Output_data_reloc
71 const Reloc& rel,
84 // Emit a COPY reloc.
118 // Make a new COPY reloc and emit it
    [all...]
  /external/llvm/lib/MC/
MCCodeGenInfo.cpp 18 void MCCodeGenInfo::initMCCodeGenInfo(Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/include/llvm/CodeGen/
ParallelCG.h 36 Reloc::Model RM = Reloc::Default,
  /external/llvm/lib/Target/ARM/
ARMInstrInfo.h 43 Reloc::Model RM) const override;
ARMTargetMachine.h 42 Reloc::Model RM, CodeModel::Model CM,
67 StringRef FS, const TargetOptions &Options, Reloc::Model RM,
78 Reloc::Model RM, CodeModel::Model CM,
89 Reloc::Model RM, CodeModel::Model CM,
102 Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL,
113 Reloc::Model RM, CodeModel::Model CM,
124 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/Sparc/
SparcTargetMachine.h 29 Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL,
51 Reloc::Model RM, CodeModel::Model CM,
62 Reloc::Model RM, CodeModel::Model CM,
72 Reloc::Model RM, CodeModel::Model CM,
SparcTargetMachine.cpp 60 Reloc::Model RM, CodeModel::Model CM,
112 Reloc::Model RM, CodeModel::Model CM,
121 Reloc::Model RM, CodeModel::Model CM,
130 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/AArch64/
AArch64TargetMachine.h 32 Reloc::Model RM, CodeModel::Model CM,
59 Reloc::Model RM, CodeModel::Model CM,
70 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/AMDGPU/
AMDGPUTargetMachine.h 41 StringRef CPU, TargetOptions Options, Reloc::Model RM,
67 StringRef CPU, TargetOptions Options, Reloc::Model RM,
81 StringRef CPU, TargetOptions Options, Reloc::Model RM,
  /external/llvm/lib/Target/Mips/
MipsTargetMachine.h 43 StringRef FS, const TargetOptions &Options, Reloc::Model RM,
78 Reloc::Model RM, CodeModel::Model CM,
89 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetMachine.h 39 Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OP,
73 Reloc::Model RM, CodeModel::Model CM,
82 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/PowerPC/
PPCTargetMachine.h 38 StringRef FS, const TargetOptions &Options, Reloc::Model RM,
67 Reloc::Model RM, CodeModel::Model CM,
78 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/SystemZ/
SystemZSubtarget.cpp 47 // Return true if GV binds locally under reloc model RM.
48 static bool bindsLocally(const GlobalValue *GV, Reloc::Model RM) {
50 if (RM == Reloc::Static)
57 Reloc::Model RM,
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 155 static MCCodeGenInfo *createX86MCCodeGenInfo(const Triple &TT, Reloc::Model RM,
162 if (RM == Reloc::Default) {
168 RM = Reloc::PIC_;
170 RM = Reloc::DynamicNoPIC;
172 RM = Reloc::PIC_;
174 RM = Reloc::Static;
181 if (RM == Reloc::DynamicNoPIC) {
183 RM = Reloc::PIC_;
185 RM = Reloc::Static;
190 if (RM == Reloc::Static && TT.isOSDarwin() && is64Bit
    [all...]
  /frameworks/compile/libbcc/include/bcc/Support/
CompilerConfig.h 51 llvm::Reloc::Model mRelocModel;
96 inline llvm::Reloc::Model getRelocationModel() const
98 inline void setRelocationModel(llvm::Reloc::Model pRelocModel)
  /external/llvm/lib/Target/BPF/
BPFTargetMachine.h 27 StringRef FS, const TargetOptions &Options, Reloc::Model RM,
  /external/llvm/lib/Target/CppBackend/
CPPTargetMachine.h 27 StringRef FS, const TargetOptions &Options, Reloc::Model RM,
  /external/llvm/lib/Target/MSP430/
MSP430TargetMachine.h 33 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyTargetMachine.h 31 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/XCore/
XCoreTargetMachine.h 28 Reloc::Model RM, CodeModel::Model CM,
  /toolchain/binutils/binutils-2.25/gas/testsuite/lib/
doobjcmp 68 # of course, if there were symbol diffs, then the reloc symbol indexes
73 echo Reloc ok.
75 echo -n Reloc differences...
  /external/llvm/lib/Target/NVPTX/MCTargetDesc/
NVPTXMCTargetDesc.cpp 53 Reloc::Model RM,
60 X->initMCCodeGenInfo(Reloc::Default, CM, OL);
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCTargetDesc.cpp 76 Reloc::Model RM,
95 RM = Reloc::PIC_;
99 else if (RM == Reloc::Default || RM == Reloc::DynamicNoPIC)
100 RM = Reloc::Static;

Completed in 997 milliseconds

1 2 3 4 5 6 7