Searched refs:BaseRelocRef (Results 1 – 6 of 6) sorted by relevance
31 class BaseRelocRef; variable37 typedef content_iterator<BaseRelocRef> base_reloc_iterator;995 class BaseRelocRef {997 BaseRelocRef() : OwningObject(nullptr) {} in BaseRelocRef() function998 BaseRelocRef(const coff_base_reloc_block_header *Header, in BaseRelocRef() function1002 bool operator==(const BaseRelocRef &Other) const;
39 class BaseRelocRef; variable51 using base_reloc_iterator = content_iterator<BaseRelocRef>;1173 class BaseRelocRef {1175 BaseRelocRef() = default;1176 BaseRelocRef(const coff_base_reloc_block_header *Header, in BaseRelocRef() function1180 bool operator==(const BaseRelocRef &Other) const;
827 return base_reloc_iterator(BaseRelocRef(BaseRelocHeader, this)); in base_reloc_begin()831 return base_reloc_iterator(BaseRelocRef(BaseRelocEnd, this)); in base_reloc_end()1519 bool BaseRelocRef::operator==(const BaseRelocRef &Other) const { in operator ==()1523 void BaseRelocRef::moveNext() { in moveNext()1541 std::error_code BaseRelocRef::getType(uint8_t &Type) const { in getType()1547 std::error_code BaseRelocRef::getRVA(uint32_t &Result) const { in getRVA()
872 return base_reloc_iterator(BaseRelocRef(BaseRelocHeader, this)); in base_reloc_begin()876 return base_reloc_iterator(BaseRelocRef(BaseRelocEnd, this)); in base_reloc_end()1620 bool BaseRelocRef::operator==(const BaseRelocRef &Other) const { in operator ==()1624 void BaseRelocRef::moveNext() { in moveNext()1642 std::error_code BaseRelocRef::getType(uint8_t &Type) const { in getType()1648 std::error_code BaseRelocRef::getRVA(uint32_t &Result) const { in getRVA()
1493 for (const BaseRelocRef &I : Obj->base_relocs()) { in printCOFFBaseReloc()
1673 for (const BaseRelocRef &I : Obj->base_relocs()) { in printCOFFBaseReloc()