Searched refs:RelocationType (Results 1 – 13 of 13) 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 …]
240 ARM::RelocationType RT = (ARM::RelocationType)MR->getRelocationType(); in resolveRelocDestAddr()273 switch ((ARM::RelocationType)MR->getRelocationType()) { in relocate()
21 enum RelocationType { enum
22 enum RelocationType { enum
255 switch ((Mips::RelocationType) MR->getRelocationType()) { in relocate()
26 enum RelocationType { enum
553 switch ((X86::RelocationType)MR->getRelocationType()) { in relocate()
27 enum RelocationType { enum
429 switch ((PPC::RelocationType)MR->getRelocationType()) { in relocate()
282 switch ((SP::RelocationType) MR->getRelocationType()) { in relocate()
90 enum RelocationType { enum99 RelocationType GetRelocationType(ELF::Word r_type) { in GetRelocationType()706 RelocationType r = GetRelocationType(rel_type); in ResolveSymbol()
1880 is a ``RelocationType`` enum that may be used to relocate addresses (for1881 example, a global address with a PIC base offset). The ``RelocationType`` enum1883 file. The ``RelocationType`` is used by the ``relocate`` method defined in1893 enum RelocationType {