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

12 3 4 5 6 7

  /external/llvm/lib/Target/
TargetMachineC.cpp 115 LLVMCodeGenOptLevel Level, LLVMRelocMode Reloc,
117 Reloc::Model RM;
118 switch (Reloc){
120 RM = Reloc::Static;
123 RM = Reloc::PIC_;
126 RM = Reloc::DynamicNoPIC;
129 RM = Reloc::Default;
TargetMachine.cpp 77 Reloc::Model TargetMachine::getRelocationModel() const {
79 return Reloc::Default;
112 bool isPIC = getRelocationModel() == Reloc::PIC_;
  /external/llvm/include/llvm/LTO/
LTOCodeGenerator.h 76 void setCodePICModel(Reloc::Model Model) { RelocModel = Model; }
178 Reloc::Model RelocModel = Reloc::Default;
  /external/llvm/lib/Target/XCore/MCTargetDesc/
XCoreMCTargetDesc.cpp 66 Reloc::Model RM,
70 if (RM == Reloc::Default) {
71 RM = Reloc::Static;
  /external/llvm/lib/Target/ARM/
Thumb1InstrInfo.h 59 Reloc::Model RM) const override;
ARMInstrInfo.cpp 94 Reloc::Model RM) const {
99 if (RM == Reloc::PIC_)
106 if (RM != Reloc::PIC_) {
Thumb2InstrInfo.h 67 Reloc::Model RM) const override;
  /external/llvm/lib/Target/Hexagon/
HexagonTargetMachine.h 33 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/MSP430/
MSP430TargetMachine.cpp 31 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCTargetDesc.cpp 85 static MCCodeGenInfo *createMipsMCCodeGenInfo(const Triple &TT, Reloc::Model RM,
90 RM = Reloc::Static;
91 else if (RM == Reloc::Default)
92 RM = Reloc::PIC_;
  /external/llvm/lib/Target/SystemZ/
SystemZTargetMachine.h 32 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/X86/
X86TargetMachine.h 33 StringRef FS, const TargetOptions &Options, Reloc::Model RM,
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUTargetMachine.h 44 Reloc::Model RM, CodeModel::Model CM,
  /frameworks/compile/libbcc/lib/Support/
CompilerConfig.cpp 69 mRelocModel = llvm::Reloc::Default;
201 if (getRelocationModel() == llvm::Reloc::Default) {
202 setRelocationModel(llvm::Reloc::Static);
253 // x86_64 needs small CodeModel if use PIC_ reloc, or else dlopen failed with TEXTREL.
254 if (getRelocationModel() == llvm::Reloc::PIC_) {
  /external/llvm/lib/DebugInfo/DWARF/
DWARFAcceleratorTable.cpp 107 RelocAddrMap::const_iterator Reloc = Relocs.find(DataOffset-4);
108 if (Reloc != Relocs.end())
109 StringOffset += Reloc->second.second;
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCTargetDesc.cpp 75 // SunCC Reloc CodeModel Constraints
85 Reloc::Model RM,
103 Reloc::Model RM,
113 CM = RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium;
  /external/llvm/include/llvm/CodeGen/
CommandFlags.h 49 cl::opt<Reloc::Model>
52 cl::init(Reloc::Default),
54 clEnumValN(Reloc::Default, "default",
56 clEnumValN(Reloc::Static, "static",
58 clEnumValN(Reloc::PIC_, "pic",
60 clEnumValN(Reloc::DynamicNoPIC, "dynamic-no-pic",
  /external/llvm/lib/CodeGen/
ParallelCG.cpp 30 const TargetOptions &Options, Reloc::Model RM,
46 Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL,
  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.cpp 78 if (TM.getRelocationModel() == Reloc::Static)
92 if (TM.getRelocationModel() != Reloc::Static && GV->hasDefaultVisibility()) {
  /toolchain/binutils/binutils-2.25/gold/
sparc.cc 31 #include "reloc.h"
39 #include "target-reloc.h"
240 const elfcpp::Rela<size, big_endian>& reloc, unsigned int r_type,
249 const elfcpp::Rela<size, big_endian>& reloc, unsigned int r_type,
348 // If we hit a reloc at this view address, adjust it back by 4 bytes.
403 // Get the dynamic reloc section, creating it if necessary.
416 Symbol* sym, const elfcpp::Rela<size, big_endian>& reloc)
421 reloc, this->rela_dyn_section(layout));
443 // The dynamic reloc section.
447 // Relocs saved to avoid a COPY reloc
533 Valtype reloc = ((value + addend) >> right_shift); local
555 Valtype reloc = (psymval->value(object, addend) >> right_shift); local
577 Valtype reloc = (psymval->value(object, addend) >> right_shift); local
600 Valtype reloc = ((psymval->value(object, addend) - address) local
620 Valtype reloc = (psymval->value(object, addend) - address); local
676 Valtype reloc = ((psymval->value(object, addend) - address) local
699 Valtype reloc = ((psymval->value(object, addend) - address) local
808 Valtype reloc = psymval->value(object, addend); local
1078 Valtype reloc = (value + addend); local
1095 Valtype reloc = (value + addend); local
1116 int32_t reloc = static_cast<int32_t>(value + addend); local
1139 Valtype reloc = psymval->value(object, addend); local
1161 Valtype reloc = (value + addend); local
1179 int32_t reloc = static_cast<int32_t>(value + addend); local
1200 Valtype reloc = psymval->value(object, addend); local
    [all...]
  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 193 void InitMCObjectFileInfo(const Triple &TT, Reloc::Model RM,
196 void InitMCObjectFileInfo(StringRef TT, Reloc::Model RM,
339 Reloc::Model getRelocM() const { return RelocM; }
343 Reloc::Model RelocM;
  /external/llvm/include/llvm/Support/
CodeGen.h 24 namespace Reloc {
  /external/llvm/include/llvm-c/
TargetMachine.h 94 LLVMCodeGenOptLevel Level, LLVMRelocMode Reloc, LLVMCodeModel CodeModel);
  /external/llvm/lib/Target/BPF/
BPFTargetMachine.cpp 42 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/MSP430/MCTargetDesc/
MSP430MCTargetDesc.cpp 52 Reloc::Model RM,

Completed in 326 milliseconds

12 3 4 5 6 7