LLVM API Documentation
#include <MachOFormat.h>

Public Attributes | |
| char | Name [16] |
| char | SegmentName [16] |
| uint32_t | Address |
| uint32_t | Size |
| uint32_t | Offset |
| uint32_t | Align |
| uint32_t | RelocationTableOffset |
| uint32_t | NumRelocationTableEntries |
| uint32_t | Flags |
| uint32_t | Reserved1 |
| uint32_t | Reserved2 |
Definition at line 256 of file MachOFormat.h.
Definition at line 259 of file MachOFormat.h.
Referenced by llvm::object::MachOObjectFile::getSectionAddress(), llvm::object::MachOObjectFile::getSymbolFileOffset(), and llvm::object::SwapStruct().
| uint32_t llvm::object::macho::Section::Align |
Definition at line 262 of file MachOFormat.h.
Referenced by llvm::object::MachOObjectFile::getSectionAlignment(), and llvm::object::SwapStruct().
| uint32_t llvm::object::macho::Section::Flags |
Definition at line 265 of file MachOFormat.h.
Referenced by llvm::object::getSectionFlags(), and llvm::object::SwapStruct().
| char llvm::object::macho::Section::Name[16] |
Definition at line 257 of file MachOFormat.h.
Definition at line 264 of file MachOFormat.h.
Referenced by llvm::object::MachOObjectFile::getSectionRelEnd(), and llvm::object::SwapStruct().
| uint32_t llvm::object::macho::Section::Offset |
Definition at line 261 of file MachOFormat.h.
Referenced by llvm::object::MachOObjectFile::getSectionContents(), llvm::object::MachOObjectFile::getSymbolFileOffset(), and llvm::object::SwapStruct().
Definition at line 263 of file MachOFormat.h.
Referenced by llvm::object::MachOObjectFile::getSectionRelBegin(), llvm::object::MachOObjectFile::getSectionRelEnd(), and llvm::object::SwapStruct().
Definition at line 266 of file MachOFormat.h.
Referenced by llvm::object::SwapStruct().
Definition at line 267 of file MachOFormat.h.
Referenced by llvm::object::SwapStruct().
Definition at line 258 of file MachOFormat.h.
| uint32_t llvm::object::macho::Section::Size |
Definition at line 260 of file MachOFormat.h.
Referenced by llvm::object::MachOObjectFile::getSectionContents(), llvm::object::MachOObjectFile::getSectionSize(), and llvm::object::SwapStruct().