Searched refs:RelocationInfoType (Results 1 – 7 of 7) sorted by relevance
75 MachO::RelocationInfoType RelType = in getRelocationEntry()76 static_cast<MachO::RelocationInfoType>(Obj.getAnyRelocationType(RelInfo)); in getRelocationEntry()
138 result.type = (RelocationInfoType) in unpackRelocation()148 result.type = (RelocationInfoType) in unpackRelocation()
66 using llvm::MachO::RelocationInfoType;88 RelocationInfoType type;
93 result.type = (RelocationInfoType)(pattern & 0xF); in relocFromPattern()
368 struct ScalarEnumerationTraits<RelocationInfoType> {369 static void enumeration(IO &io, RelocationInfoType &value) { in enumeration()
156 MachO::RelocationInfoType RelType, int64_t Addend) const { in encodeAddend()360 MachO::RelocationInfoType RelType = in resolveRelocation()361 static_cast<MachO::RelocationInfoType>(RE.RelType); in resolveRelocation()
398 enum RelocationInfoType { enum