Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DDXContainer.h486 friend class PartIterator; variable
492 class PartIterator {
503 PartIterator(const DXContainer &C, in PartIterator() function
525 PartIterator &operator++() {
533 PartIterator operator++(int) {
534 PartIterator Tmp = *this;
539 bool operator==(const PartIterator &RHS) const {
543 bool operator!=(const PartIterator &RHS) const {
551 PartIterator begin() const { in begin()
552 return PartIterator(*this, PartOffsets.begin()); in begin()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DDXContainer.cpp233 void DXContainer::PartIterator::updateIteratorImpl(const uint32_t Offset) { in updateIteratorImpl()