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

  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp     [all...]
ARMExpandPseudoInsts.cpp     [all...]
ARMConstantIslandPass.cpp     [all...]
ARMFastISel.cpp 587 unsigned PCAdj = IsPositionIndependent ? (Subtarget->isThumb() ? 4 : 8) : 0;
591 PCAdj);
    [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsConstantIslandPass.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMAsmPrinter.cpp     [all...]
ARMConstantIslandPass.cpp     [all...]
ARMFastISel.cpp 599 unsigned PCAdj = (RelocM != Reloc::PIC_) ? 0 : (Subtarget->isThumb() ? 4 : 8);
603 PCAdj);
    [all...]
ARMISelLowering.cpp     [all...]

Completed in 600 milliseconds