Lines Matching refs:Rel

2071 void MachOObjectFile::moveRelocationNext(DataRefImpl &Rel) const {  in moveRelocationNext()
2072 ++Rel.d.b; in moveRelocationNext()
2075 uint64_t MachOObjectFile::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset()
2079 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationOffset()
2084 MachOObjectFile::getRelocationSymbol(DataRefImpl Rel) const { in getRelocationSymbol()
2085 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationSymbol()
2105 MachOObjectFile::getRelocationSection(DataRefImpl Rel) const { in getRelocationSection()
2106 return section_iterator(getAnyRelocationSection(getRelocation(Rel))); in getRelocationSection()
2109 uint64_t MachOObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType()
2110 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationType()
2115 DataRefImpl Rel, SmallVectorImpl<char> &Result) const { in getRelocationTypeName() argument
2117 uint64_t RType = getRelocationType(Rel); in getRelocationTypeName()
2223 uint8_t MachOObjectFile::getRelocationLength(DataRefImpl Rel) const { in getRelocationLength()
2224 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationLength()
2411 MachOObjectFile::getRelocationRelocatedSection(relocation_iterator Rel) const { in getRelocationRelocatedSection()
2413 Sec.d.a = Rel->getRawDataRefImpl().d.a; in getRelocationRelocatedSection()
4385 MachOObjectFile::getRelocation(DataRefImpl Rel) const { in getRelocation()
4389 Sec.d.a = Rel.d.a; in getRelocation()
4399 if (Rel.d.a == 0) in getRelocation()
4406 getPtr(*this, Offset)) + Rel.d.b; in getRelocation()
4412 MachOObjectFile::getDice(DataRefImpl Rel) const { in getDice()
4413 const char *P = reinterpret_cast<const char *>(Rel.p); in getDice()