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 …]
41 MCSymbolRefExpr::VariantKind RelocationType; in GetSymbolRef() local44 RelocationType = MCSymbolRefExpr::VK_None; in GetSymbolRef()47 RelocationType = MCSymbolRefExpr::VK_Hexagon_PCREL; in GetSymbolRef()50 RelocationType = MCSymbolRefExpr::VK_GOT; in GetSymbolRef()53 RelocationType = MCSymbolRefExpr::VK_Hexagon_LO16; in GetSymbolRef()56 RelocationType = MCSymbolRefExpr::VK_Hexagon_HI16; in GetSymbolRef()59 RelocationType = MCSymbolRefExpr::VK_Hexagon_GPREL; in GetSymbolRef()62 RelocationType = MCSymbolRefExpr::VK_Hexagon_GD_GOT; in GetSymbolRef()65 RelocationType = MCSymbolRefExpr::VK_Hexagon_GD_PLT; in GetSymbolRef()68 RelocationType = MCSymbolRefExpr::VK_Hexagon_IE; in GetSymbolRef()[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
202 switch ((Mips::RelocationType) MR->getRelocationType()) { in relocate()
26 enum RelocationType { enum
532 switch ((X86::RelocationType)MR->getRelocationType()) { in relocate()
27 enum RelocationType { enum
415 switch ((PPC::RelocationType)MR->getRelocationType()) { in relocate()
1878 is a ``RelocationType`` enum that may be used to relocate addresses (for1879 example, a global address with a PIC base offset). The ``RelocationType`` enum1881 file. The ``RelocationType`` is used by the ``relocate`` method defined in1891 enum RelocationType {