Searched refs:RelocationType (Results 1 – 11 of 11) sorted by relevance
76 enum RelocationType { enum82 static MachineRelocation getGV(uintptr_t offset, unsigned RelocationType, 86 assert((RelocationType & ~63) == 0 && "Relocation type too large!");90 Result.TargetReloType = RelocationType;102 unsigned RelocationType, 106 assert((RelocationType & ~63) == 0 && "Relocation type too large!");110 Result.TargetReloType = RelocationType;121 static MachineRelocation getBB(uintptr_t offset,unsigned RelocationType,123 assert((RelocationType & ~63) == 0 && "Relocation type too large!");127 Result.TargetReloType = RelocationType;[all …]
239 ARM::RelocationType RT = (ARM::RelocationType)MR->getRelocationType(); in resolveRelocDestAddr()272 switch ((ARM::RelocationType)MR->getRelocationType()) { in relocate()
21 enum RelocationType { enum
22 enum RelocationType { enum
254 switch ((Mips::RelocationType) MR->getRelocationType()) { in relocate()
26 enum RelocationType { enum
547 switch ((X86::RelocationType)MR->getRelocationType()) { in relocate()
27 enum RelocationType { enum
418 switch ((PPC::RelocationType)MR->getRelocationType()) { in relocate()
1818 is a ``RelocationType`` enum that may be used to relocate addresses (for1819 example, a global address with a PIC base offset). The ``RelocationType`` enum1821 file. The ``RelocationType`` is used by the ``relocate`` method defined in1831 enum RelocationType {
1209 enum RelocationType {