Searched refs:MachineRelTy (Results 1 – 8 of 8) sorted by relevance
35 unsigned X86ELFWriterInfo::getRelocationType(unsigned MachineRelTy) const { in getRelocationType()37 switch(MachineRelTy) { in getRelocationType()51 switch(MachineRelTy) { in getRelocationType()
29 virtual unsigned getRelocationType(unsigned MachineRelTy) const;
35 unsigned ARMELFWriterInfo::getRelocationType(unsigned MachineRelTy) const { in getRelocationType()36 switch (MachineRelTy) { in getRelocationType()
28 virtual unsigned getRelocationType(unsigned MachineRelTy) const;
35 unsigned MBlazeELFWriterInfo::getRelocationType(unsigned MachineRelTy) const { in getRelocationType()36 switch (MachineRelTy) { in getRelocationType()
191 unsigned MachineRelTy = TEW->getAbsoluteLabelMachineRelTy(); in emitJumpTables() local193 MachineRelocation::getBB(JTSection.size(), MachineRelTy, MBBs[mi]); in emitJumpTables()
93 virtual unsigned getRelocationType(unsigned MachineRelTy) const = 0;