Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DDXContainer.h63 updateIteratorImpl(Container.PartOffsets.back()); in PartIterator()
73 updateIteratorImpl(*OffsetIt); in updateIterator()
78 void updateIteratorImpl(const uint32_t Offset);
/llvm-project-15.0.7/llvm/lib/Object/
H A DDXContainer.cpp102 void DXContainer::PartIterator::updateIteratorImpl(const uint32_t Offset) { in updateIteratorImpl() function in DXContainer::PartIterator