Home | History | Annotate | Download | only in MC

Lines Matching refs:RelocM

150   if (RelocM == Reloc::Static) {
291 PersonalityEncoding = (RelocM == Reloc::PIC_)
294 LSDAEncoding = (RelocM == Reloc::PIC_)
297 TTypeEncoding = (RelocM == Reloc::PIC_)
302 if (RelocM == Reloc::PIC_) {
329 if (RelocM == Reloc::PIC_) {
357 if (RelocM == Reloc::PIC_) {
371 if (RelocM == Reloc::PIC_) {
384 if (RelocM == Reloc::PIC_) {
799 void MCObjectFileInfo::InitMCObjectFileInfo(StringRef T, Reloc::Model relocm,
802 RelocM = relocm;