Lines Matching refs:MR
597 MachineRelocation MR = in EmitGlobalDataRelocation() local
607 GblS.addRelocation(MR); in EmitGlobalDataRelocation()
774 MachineRelocation &MR = *MRI; in EmitRelocations() local
777 unsigned RelOffset = MR.getMachineCodeOffset(); in EmitRelocations()
783 unsigned RelType = TEW->getRelocationType(MR.getRelocationType()); in EmitRelocations()
789 if (MR.isGlobalValue()) { in EmitRelocations()
790 const GlobalValue *G = MR.getGlobalValue(); in EmitRelocations()
791 int64_t GlobalOffset = MR.getConstantVal(); in EmitRelocations()
802 } else if (MR.isExternalSymbol()) { in EmitRelocations()
803 const char *ExtSym = MR.getExternalSymbol(); in EmitRelocations()
808 unsigned SectionIdx = MR.getConstantVal(); in EmitRelocations()
812 int64_t SymOffset = (int64_t)MR.getResultPointer(); in EmitRelocations()