LLVM: llvm::ir2vec::VocabStorage::const_iterator Class Reference (original) (raw)
Iterator support for section-based access. More...
#include "[llvm/Analysis/IR2Vec.h](IR2Vec%5F8h%5Fsource.html)"
| Public Member Functions | |
|---|---|
| const_iterator (const VocabStorage *Storage, unsigned SectionId, size_t LocalIndex) | |
| LLVM_ABI const Embedding & | operator* () const |
| LLVM_ABI const_iterator & | operator++ () |
| LLVM_ABI bool | operator== (const const_iterator &Other) const |
| LLVM_ABI bool | operator!= (const const_iterator &Other) const |
Detailed Description
Iterator support for section-based access.
Definition at line 196 of file IR2Vec.h.
Constructor & Destructor Documentation
| llvm::ir2vec::VocabStorage::const_iterator::const_iterator ( const VocabStorage * Storage, unsigned SectionId, size_t LocalIndex ) | inline |
|---|
Member Function Documentation
◆ operator!=()
◆ operator*()
◆ operator++()
◆ operator==()
The documentation for this class was generated from the following files:
- include/llvm/Analysis/IR2Vec.h
- lib/Analysis/IR2Vec.cpp