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

1 2

  /external/llvm/include/llvm/MC/
MCCodeGenInfo.h 40 Reloc::Model getRelocationModel() const { return RelocationModel; }
  /external/llvm/lib/Target/Mips/
MipsSubtarget.cpp 117 if (NoABICalls && TM.getRelocationModel() == Reloc::PIC_)
163 Reloc::Model MipsSubtarget::getRelocationModel() const {
164 return TM.getRelocationModel();
Mips16HardFloat.cpp 264 if (TM.getRelocationModel() == Reloc::PIC_)
450 if (TM.getRelocationModel() != Reloc::PIC_ ) {
464 bool PicMode = TM.getRelocationModel() == Reloc::PIC_;
MipsLongBranch.cpp 67 IsPIC(TM.getRelocationModel() == Reloc::PIC_),
187 TM.getRelocationModel() == Reloc::PIC_)))
460 if ((TM.getRelocationModel() == Reloc::PIC_) &&
509 if (TM.getRelocationModel() == Reloc::PIC_) {
MipsSubtarget.h 277 Reloc::Model getRelocationModel() const;
Mips16ISelDAGToDAG.cpp 184 if (TM.getRelocationModel() != Reloc::PIC_) {
MipsAsmPrinter.cpp 706 Reloc::Model RM = TM.getRelocationModel();
    [all...]
MipsSEISelDAGToDAG.cpp 165 if (MF.getTarget().getRelocationModel() == Reloc::Static) {
330 if (TM.getRelocationModel() != Reloc::PIC_) {
    [all...]
MipsSEInstrInfo.cpp 28 : MipsInstrInfo(STI, STI.getRelocationModel() == Reloc::PIC_ ? Mips::B
700 if (TM.getRelocationModel() == Reloc::PIC_)
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/
TargetMachine.cpp 75 /// getRelocationModel - Returns the code generation relocation model. The
77 Reloc::Model TargetMachine::getRelocationModel() const {
80 return CodeGenInfo->getRelocationModel();
112 bool isPIC = getRelocationModel() == Reloc::PIC_;
TargetLoweringObjectFile.cpp 46 InitMCObjectFileInfo(TM.getTargetTriple(), TM.getRelocationModel(),
137 Reloc::Model ReloModel = TM.getRelocationModel();
  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.cpp 78 if (TM.getRelocationModel() == Reloc::Static)
92 if (TM.getRelocationModel() != Reloc::Static && GV->hasDefaultVisibility()) {
  /external/llvm/lib/Target/X86/
X86Subtarget.cpp 174 return isTargetELF() || TM.getRelocationModel() == Reloc::Static;
320 if (TM.getRelocationModel() == Reloc::Static) {
329 if (TM.getRelocationModel() == Reloc::PIC_)
332 assert(TM.getRelocationModel() == Reloc::DynamicNoPIC);
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.cpp 150 if (!HasLazyResolverStubs || TM.getRelocationModel() == Reloc::Static)
230 if (TM.getRelocationModel() == Reloc::PIC_) {
PPCAsmPrinter.cpp 198 if (TM.getRelocationModel() != Reloc::Static &&
473 TM.getRelocationModel() == Reloc::PIC_)
    [all...]
PPCTargetMachine.cpp 385 if (getPPCTargetMachine().getRelocationModel() == Reloc::PIC_)
PPCRegisterInfo.cpp 237 TM.getRelocationModel() == Reloc::PIC_)
244 TM.getRelocationModel() == Reloc::PIC_)
    [all...]
  /frameworks/compile/libbcc/lib/Support/
CompilerConfig.cpp 201 if (getRelocationModel() == llvm::Reloc::Default) {
254 if (getRelocationModel() == llvm::Reloc::PIC_) {
  /frameworks/compile/libbcc/include/bcc/Support/
CompilerConfig.h 96 inline llvm::Reloc::Model getRelocationModel() const
  /external/llvm/include/llvm/Target/
TargetMachine.h 178 Reloc::Model getRelocationModel() const;
  /frameworks/compile/libbcc/lib/Core/
Compiler.cpp 120 pConfig.getRelocationModel(),
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 693 if (TM.getRelocationModel() == Reloc::PIC_) {
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp 188 if (TM.getRelocationModel() != Reloc::PIC_) {
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]

Completed in 542 milliseconds

1 2