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

1 2 3

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCCodeGenInfo.h 35 Reloc::Model getRelocationModel() const { return RelocationModel; }
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZSubtarget.cpp 42 if (TM.getRelocationModel() == Reloc::PIC_) {
SystemZAsmPrinter.cpp 97 if (TM.getRelocationModel() == Reloc::PIC_ &&
110 if (TM.getRelocationModel() == Reloc::PIC_)
  /external/llvm/lib/Target/
TargetMachine.cpp 60 return getRelocationModel() == Reloc::PIC_;
84 Reloc::Model TargetMachine::getRelocationModel() const { return RM; }
113 Reloc::Model RM = getRelocationModel();
155 Reloc::Model RM = getRelocationModel();
TargetLoweringObjectFile.cpp 137 Reloc::Model ReloModel = TM.getRelocationModel();
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86TargetMachine.cpp 75 if (getRelocationModel() == Reloc::Static) {
84 if (getRelocationModel() == Reloc::PIC_)
87 assert(getRelocationModel() == Reloc::DynamicNoPIC);
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsEmitGPRestore.cpp 47 if (TM.getRelocationModel() != Reloc::PIC_)
MipsCodeEmitter.cpp 71 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCCodeEmitter.cpp 94 assert((MF.getTarget().getRelocationModel() != Reloc::Default ||
95 MF.getTarget().getRelocationModel() != Reloc::Static) &&
129 assert(TM.getRelocationModel() == Reloc::PIC_);
154 if (TM.getRelocationModel() == Reloc::PIC_) {
PPCSubtarget.cpp 132 if (!HasLazyResolverStubs || TM.getRelocationModel() == Reloc::Static)
PPCAsmPrinter.cpp 178 if (TM.getRelocationModel() == Reloc::Static) {
201 if (TM.getRelocationModel() != Reloc::Static &&
451 if (TM.getRelocationModel() == Reloc::PIC_) {
457 } else if (TM.getRelocationModel() == Reloc::DynamicNoPIC) {
492 if (TM.getRelocationModel() == Reloc::PIC_) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMSubtarget.cpp 322 return TM.getRelocationModel() == Reloc::ROPI ||
323 TM.getRelocationModel() == Reloc::ROPI_RWPI;
326 return TM.getRelocationModel() == Reloc::RWPI ||
327 TM.getRelocationModel() == Reloc::ROPI_RWPI;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/
TargetMachine.cpp 51 return getRelocationModel() == Reloc::PIC_;
88 Reloc::Model TargetMachine::getRelocationModel() const { return RM; }
137 Reloc::Model RM = getRelocationModel();
209 Reloc::Model RM = getRelocationModel();
  /external/llvm/lib/Target/Mips/
MipsSubtarget.cpp 167 Reloc::Model MipsSubtarget::getRelocationModel() const {
168 return TM.getRelocationModel();
MipsSubtarget.h 281 Reloc::Model getRelocationModel() const;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ELFCodeEmitter.cpp 146 assert(TM.getRelocationModel() != Reloc::PIC_ &&
172 assert(TM.getRelocationModel() != Reloc::PIC_ &&
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetLoweringObjectFile.cpp 45 TM.getRelocationModel(), TM.getCodeModel(), *Ctx);
127 Reloc::Model ReloModel = TM.getRelocationModel();
TargetMachine.cpp 212 /// getRelocationModel - Returns the code generation relocation model. The
214 Reloc::Model TargetMachine::getRelocationModel() const {
217 return CodeGenInfo->getRelocationModel();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsSubtarget.cpp 257 Reloc::Model MipsSubtarget::getRelocationModel() const {
258 return TM.getRelocationModel();
  /external/llvm/include/llvm/Target/
TargetMachine.h 171 Reloc::Model getRelocationModel() const;
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.cpp 236 if (TM.getRelocationModel() == Reloc::PIC_) {
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetMachine.h 199 /// getRelocationModel - Returns the code generation relocation model. The
201 Reloc::Model getRelocationModel() const;
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUAsmPrinter.cpp 266 if (TM.getRelocationModel() != Reloc::Static) {
276 if (TM.getRelocationModel() != Reloc::Static) {
  /external/llvm/lib/Target/X86/
X86Subtarget.cpp 168 return isTargetELF() || TM.getRelocationModel() == Reloc::Static;
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeISelDAGToDAG.cpp 225 if (TM.getRelocationModel() == Reloc::PIC_) {

Completed in 1201 milliseconds

1 2 3