Searched refs:BaseRelocRef (Results 1 – 3 of 3) sorted by relevance
31 class BaseRelocRef; variable37 typedef content_iterator<BaseRelocRef> base_reloc_iterator;827 class BaseRelocRef {829 BaseRelocRef() : OwningObject(nullptr) {} in BaseRelocRef() function830 BaseRelocRef(const coff_base_reloc_block_header *Header, in BaseRelocRef() function834 bool operator==(const BaseRelocRef &Other) const;
789 return base_reloc_iterator(BaseRelocRef(BaseRelocHeader, this)); in base_reloc_begin()793 return base_reloc_iterator(BaseRelocRef(BaseRelocEnd, this)); in base_reloc_end()1466 bool BaseRelocRef::operator==(const BaseRelocRef &Other) const { in operator ==()1470 void BaseRelocRef::moveNext() { in moveNext()1488 std::error_code BaseRelocRef::getType(uint8_t &Type) const { in getType()1494 std::error_code BaseRelocRef::getRVA(uint32_t &Result) const { in getRVA()
1131 for (const BaseRelocRef &I : Obj->base_relocs()) { in printCOFFBaseReloc()