Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DDXContainer.h322 updateIteratorImpl(Container.PartOffsets.back()); in PartIterator()
332 updateIteratorImpl(*OffsetIt); in updateIterator()
337 void updateIteratorImpl(const uint32_t Offset);
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DDXContainer.cpp220 void DXContainer::PartIterator::updateIteratorImpl(const uint32_t Offset) { in updateIteratorImpl() function in DXContainer::PartIterator