LLVM 20.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 60 of file MCSection.h.
|
default |
|
inlineexplicit |
Definition at line 63 of file MCSection.h.
Definition at line 66 of file MCSection.h.
References F.
|
inline |
Definition at line 64 of file MCSection.h.
References F.
|
inline |
Definition at line 67 of file MCSection.h.
References F.
Definition at line 65 of file MCSection.h.
References F.
MCFragment* llvm::MCSection::iterator::F = nullptr |
Definition at line 61 of file MCSection.h.
Referenced by operator!=(), operator*(), operator++(), and operator==().