HomeSort by relevance Sort by last modified time
    Searched full:getrelocationmodel (Results 26 - 37 of 37) sorted by null

12

  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.cpp 809 bccAssert(mpTargetMachine->getRelocationModel() == llvm::Reloc::Static &&
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.td 463 def IsStatic : Predicate<"TM.getRelocationModel() == Reloc::Static">;
464 def IsNotPIC : Predicate<"TM.getRelocationModel() != Reloc::PIC_">;
    [all...]
X86ISelLowering.cpp     [all...]
X86InstrInfo.cpp     [all...]
X86FastISel.cpp     [all...]
X86ISelDAGToDAG.cpp 665 TM.getRelocationModel() == Reloc::Static)) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 578 Reloc::Model RelocM = TM.getRelocationModel();
    [all...]

Completed in 572 milliseconds

12