Home | History | Annotate | Download | only in ARM

Lines Matching defs:RelocM

1953   Reloc::Model RelocM = getTargetMachine().getRelocationModel();
1955 if (RelocM == Reloc::Static) {
1969 if (RelocM == Reloc::Static)
2084 Reloc::Model RelocM = getTargetMachine().getRelocationModel();
2085 if (RelocM == Reloc::PIC_) {
2129 Reloc::Model RelocM = getTargetMachine().getRelocationModel();
2134 if (Subtarget->useMovt() && RelocM != Reloc::Static &&
2139 if (RelocM == Reloc::Static)
2143 unsigned Wrapper = (RelocM == Reloc::PIC_)
2147 if (Subtarget->GVIsIndirectSymbol(GV, RelocM))
2155 if (RelocM == Reloc::Static) {
2159 unsigned PCAdj = (RelocM != Reloc::PIC_) ? 0 : (Subtarget->isThumb()?4:8);
2172 if (RelocM == Reloc::PIC_) {
2177 if (Subtarget->GVIsIndirectSymbol(GV, RelocM))
2247 Reloc::Model RelocM = getTargetMachine().getRelocationModel();
2249 unsigned PCAdj = (RelocM != Reloc::PIC_)
2261 if (RelocM == Reloc::PIC_) {