LLVM: llvm::MCSection::FragList Struct Reference (original) (raw)

#include "[llvm/MC/MCSection.h](MCSection%5F8h%5Fsource.html)"

Public Attributes
MCFragment * Head = nullptr
MCFragment * Tail = nullptr

Detailed Description

Definition at line 534 of file MCSection.h.

Member Data Documentation

Head

MCFragment* llvm::MCSection::FragList::Head = nullptr

Definition at line 535 of file MCSection.h.

Referenced by llvm::MachObjectWriter::writeObject().

Tail

MCFragment* llvm::MCSection::FragList::Tail = nullptr

Definition at line 536 of file MCSection.h.

Referenced by llvm::MCAssembler::getSectionAddressSize().


The documentation for this struct was generated from the following file: