Searched refs:Arm64XRelocRef (Results 1 – 2 of 2) sorted by relevance
39 class Arm64XRelocRef; variable55 using arm64x_reloc_iterator = content_iterator<Arm64XRelocRef>;1381 class Arm64XRelocRef {1383 Arm64XRelocRef() = default;1384 Arm64XRelocRef(const coff_base_reloc_block_header *Header, uint32_t Index = 0)1387 LLVM_ABI bool operator==(const Arm64XRelocRef &Other) const;
2063 return arm64x_reloc_iterator(Arm64XRelocRef(Header)); in arm64x_reloc_begin()2072 return arm64x_reloc_iterator(Arm64XRelocRef(Header, 0)); in arm64x_reloc_end()2079 bool Arm64XRelocRef::operator==(const Arm64XRelocRef &Other) const { in operator ==()2083 uint8_t Arm64XRelocRef::getEntrySize() const { in getEntrySize()2094 void Arm64XRelocRef::moveNext() { in moveNext()2107 uint8_t Arm64XRelocRef::getSize() const { in getSize()2118 uint64_t Arm64XRelocRef::getValue() const { in getValue()2141 Error Arm64XRelocRef::validate(const COFFObjectFile *Obj) const { in validate()