LLVM API Documentation
#include <MachO.h>

Public Attributes | |
| char | sectname [16] |
| char | segname [16] |
| uint32_t | addr |
| uint32_t | size |
| uint32_t | offset |
| uint32_t | align |
| uint32_t | reloff |
| uint32_t | nreloc |
| uint32_t | flags |
| uint32_t | reserved1 |
| uint32_t | reserved2 |
Definition at line 590 of file Support/MachO.h.
| uint32_t llvm::MachO::section::addr |
Definition at line 593 of file Support/MachO.h.
Referenced by llvm::object::MachOObjectFile::getSectionAddress(), and llvm::MachO::swapStruct().
| uint32_t llvm::MachO::section::align |
Definition at line 596 of file Support/MachO.h.
Referenced by llvm::object::MachOObjectFile::getSectionAlignment(), and llvm::MachO::swapStruct().
| uint32_t llvm::MachO::section::flags |
Definition at line 599 of file Support/MachO.h.
Referenced by getSectionFlags(), and llvm::MachO::swapStruct().
| uint32_t llvm::MachO::section::nreloc |
Definition at line 598 of file Support/MachO.h.
Referenced by llvm::MachO::swapStruct().
| uint32_t llvm::MachO::section::offset |
Definition at line 595 of file Support/MachO.h.
Referenced by llvm::object::MachOObjectFile::getSectionContents(), and llvm::MachO::swapStruct().
| uint32_t llvm::MachO::section::reloff |
Definition at line 597 of file Support/MachO.h.
Referenced by llvm::object::MachOObjectFile::getRelocation(), and llvm::MachO::swapStruct().
| uint32_t llvm::MachO::section::reserved1 |
Definition at line 600 of file Support/MachO.h.
Referenced by llvm::RuntimeDyldMachO::populateIndirectSymbolPointersSection(), and llvm::MachO::swapStruct().
| uint32_t llvm::MachO::section::reserved2 |
Definition at line 601 of file Support/MachO.h.
Referenced by llvm::MachO::swapStruct().
| char llvm::MachO::section::sectname[16] |
Definition at line 591 of file Support/MachO.h.
| char llvm::MachO::section::segname[16] |
Definition at line 592 of file Support/MachO.h.
| uint32_t llvm::MachO::section::size |
Definition at line 594 of file Support/MachO.h.
Referenced by llvm::object::MachOObjectFile::getSectionContents(), llvm::object::MachOObjectFile::getSectionSize(), llvm::RuntimeDyldMachO::populateIndirectSymbolPointersSection(), and llvm::MachO::swapStruct().