HomeSort by relevance Sort by last modified time
    Searched defs:PCAdj (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Target/ARM/
ARMInstrInfo.cpp 112 unsigned PCAdj = TM->getSubtarget<ARMSubtarget>().isThumb() ? 4 : 8;
114 *Context, "_GLOBAL_OFFSET_TABLE_", ARMPCLabelIndex, PCAdj);
ARMExpandPseudoInsts.cpp     [all...]
ARMAsmPrinter.cpp     [all...]
ARMConstantIslandPass.cpp     [all...]
ARMFastISel.cpp 622 unsigned PCAdj = (RelocM != Reloc::PIC_) ? 0 :
627 PCAdj);
    [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsConstantIslandPass.cpp     [all...]

Completed in 173 milliseconds