Searched refs:Relos (Results 1 – 1 of 1) sorted by relevance
771 std::vector<MachineRelocation> Relos = S.getRelocations(); in EmitRelocations() local772 for (std::vector<MachineRelocation>::iterator MRI = Relos.begin(), in EmitRelocations()773 MRE = Relos.end(); MRI != MRE; ++MRI) { in EmitRelocations()