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 158 unsigned PCAdj = STI.isThumb() ? 4 : 8;
160 *Context, "_GLOBAL_OFFSET_TABLE_", ARMPCLabelIndex, PCAdj);
ARMExpandPseudoInsts.cpp     [all...]
ARMAsmPrinter.cpp     [all...]
ARMConstantIslandPass.cpp     [all...]
ARMFastISel.cpp 627 unsigned PCAdj = (RelocM != Reloc::PIC_) ? 0 :
632 PCAdj);
    [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsConstantIslandPass.cpp     [all...]

Completed in 120 milliseconds