Home
last modified time | relevance | path

Searched refs:PartIterator (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DDXContainer.h293 friend class PartIterator; variable
299 class PartIterator {
310 PartIterator(const DXContainer &C, in PartIterator() function
332 PartIterator &operator++() {
340 PartIterator operator++(int) {
341 PartIterator Tmp = *this;
346 bool operator==(const PartIterator &RHS) const {
350 bool operator!=(const PartIterator &RHS) const {
358 PartIterator begin() const { in begin()
359 return PartIterator(*this, PartOffsets.begin()); in begin()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DDXContainer.cpp220 void DXContainer::PartIterator::updateIteratorImpl(const uint32_t Offset) { in updateIteratorImpl()