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 486 of file Support/MachO.h.
| uint32_t llvm::MachO::section::addr |
Definition at line 489 of file Support/MachO.h.
Referenced by llvm::object::MachOObjectFile::getSectionAddress(), llvm::object::MachOObjectFile::getSymbolFileOffset(), and llvm::object::SwapStruct().
| uint32_t llvm::MachO::section::align |
Definition at line 492 of file Support/MachO.h.
Referenced by llvm::object::MachOObjectFile::getSectionAlignment(), and llvm::object::SwapStruct().
| uint32_t llvm::MachO::section::flags |
Definition at line 495 of file Support/MachO.h.
Referenced by llvm::object::getSectionFlags(), and llvm::object::SwapStruct().
| uint32_t llvm::MachO::section::nreloc |
Definition at line 494 of file Support/MachO.h.
Referenced by llvm::object::MachOObjectFile::section_rel_end(), and llvm::object::SwapStruct().
| uint32_t llvm::MachO::section::offset |
Definition at line 491 of file Support/MachO.h.
Referenced by llvm::object::MachOObjectFile::getSectionContents(), llvm::object::MachOObjectFile::getSymbolFileOffset(), and llvm::object::SwapStruct().
| uint32_t llvm::MachO::section::reloff |
Definition at line 493 of file Support/MachO.h.
Referenced by llvm::object::MachOObjectFile::section_rel_begin(), llvm::object::MachOObjectFile::section_rel_end(), and llvm::object::SwapStruct().
| uint32_t llvm::MachO::section::reserved1 |
Definition at line 496 of file Support/MachO.h.
Referenced by llvm::object::SwapStruct().
| uint32_t llvm::MachO::section::reserved2 |
Definition at line 497 of file Support/MachO.h.
Referenced by llvm::object::SwapStruct().
| char llvm::MachO::section::sectname[16] |
Definition at line 487 of file Support/MachO.h.
| char llvm::MachO::section::segname[16] |
Definition at line 488 of file Support/MachO.h.
| uint32_t llvm::MachO::section::size |
Definition at line 490 of file Support/MachO.h.
Referenced by llvm::object::MachOObjectFile::getSectionContents(), llvm::object::MachOObjectFile::getSectionSize(), and llvm::object::SwapStruct().