Searched refs:RelocationInfoType (Results 1 – 7 of 7) sorted by relevance
76 MachO::RelocationInfoType RelType = in getRelocationEntry()77 static_cast<MachO::RelocationInfoType>(Obj.getAnyRelocationType(RelInfo)); in getRelocationEntry()
139 result.type = (RelocationInfoType) in unpackRelocation()149 result.type = (RelocationInfoType) in unpackRelocation()
67 using llvm::MachO::RelocationInfoType;89 RelocationInfoType type;
94 result.type = (RelocationInfoType)(pattern & 0xF); in relocFromPattern()
369 struct ScalarEnumerationTraits<RelocationInfoType> {370 static void enumeration(IO &io, RelocationInfoType &value) { in enumeration()
157 MachO::RelocationInfoType RelType, int64_t Addend) const { in encodeAddend()361 MachO::RelocationInfoType RelType = in resolveRelocation()362 static_cast<MachO::RelocationInfoType>(RE.RelType); in resolveRelocation()
392 enum RelocationInfoType { enum