LLVM 22.0.0git
|
#include "llvm/MC/MCSection.h"
Public Member Functions | |
iterator ()=default | |
iterator (MCFragment *F) | |
MCFragment & | operator* () const |
bool | operator== (const iterator &O) const |
bool | operator!= (const iterator &O) const |
iterator & | operator++ () |
Public Attributes | |
MCFragment * | F = nullptr |
Definition at line 528 of file MCSection.h.
|
default |
Referenced by operator!=(), and operator==().
|
inlineexplicit |
Definition at line 531 of file MCSection.h.
References F, and llvm::MCSection::MCFragment.
Definition at line 534 of file MCSection.h.
References F, and iterator().
|
inline |
Definition at line 532 of file MCSection.h.
References F, and llvm::MCSection::MCFragment.
|
inline |
Definition at line 703 of file MCSection.h.
References F.
Definition at line 533 of file MCSection.h.
References F, and iterator().
MCFragment* llvm::MCSection::iterator::F = nullptr |
Definition at line 529 of file MCSection.h.
Referenced by iterator(), operator!=(), operator*(), operator++(), and operator==().