Searched refs:BaseRelocRef (Results 1 – 3 of 3) sorted by relevance
31 class BaseRelocRef; variable37 typedef content_iterator<BaseRelocRef> base_reloc_iterator;890 class BaseRelocRef {892 BaseRelocRef() : OwningObject(nullptr) {} in BaseRelocRef() function893 BaseRelocRef(const coff_base_reloc_block_header *Header, in BaseRelocRef() function897 bool operator==(const BaseRelocRef &Other) const;
742 return base_reloc_iterator(BaseRelocRef(BaseRelocHeader, this)); in base_reloc_begin()746 return base_reloc_iterator(BaseRelocRef(BaseRelocEnd, this)); in base_reloc_end()1401 bool BaseRelocRef::operator==(const BaseRelocRef &Other) const { in operator ==()1405 void BaseRelocRef::moveNext() { in moveNext()1423 std::error_code BaseRelocRef::getType(uint8_t &Type) const { in getType()1429 std::error_code BaseRelocRef::getRVA(uint32_t &Result) const { in getRVA()
1140 for (const BaseRelocRef &I : Obj->base_relocs()) { in printCOFFBaseReloc()