Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DDXContainer.h45 friend class PartIterator; variable
51 class PartIterator {
62 PartIterator(const DXContainer &C, in PartIterator() function
84 PartIterator &operator++() {
92 PartIterator operator++(int) {
93 PartIterator Tmp = *this;
98 bool operator==(const PartIterator &RHS) const {
102 bool operator!=(const PartIterator &RHS) const {
110 PartIterator begin() const { in begin()
111 return PartIterator(*this, PartOffsets.begin()); in begin()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DDXContainer.cpp159 void DXContainer::PartIterator::updateIteratorImpl(const uint32_t Offset) { in updateIteratorImpl()