LLVM API Documentation
#include <MachOFormat.h>

Public Attributes | |
| char | Name [16] |
| char | SegmentName [16] |
| uint64_t | Address |
| uint64_t | Size |
| uint32_t | Offset |
| uint32_t | Align |
| uint32_t | RelocationTableOffset |
| uint32_t | NumRelocationTableEntries |
| uint32_t | Flags |
| uint32_t | Reserved1 |
| uint32_t | Reserved2 |
| uint32_t | Reserved3 |
Definition at line 269 of file MachOFormat.h.
Definition at line 272 of file MachOFormat.h.
Referenced by llvm::object::MachOObjectFile::getSectionAddress(), llvm::object::MachOObjectFile::getSymbolFileOffset(), and llvm::object::SwapStruct().
Definition at line 275 of file MachOFormat.h.
Referenced by llvm::object::MachOObjectFile::getSectionAlignment(), and llvm::object::SwapStruct().
Definition at line 278 of file MachOFormat.h.
Referenced by llvm::object::getSectionFlags(), and llvm::object::SwapStruct().
| char llvm::object::macho::Section64::Name[16] |
Definition at line 270 of file MachOFormat.h.
Definition at line 277 of file MachOFormat.h.
Referenced by llvm::object::MachOObjectFile::getSectionRelEnd(), and llvm::object::SwapStruct().
Definition at line 274 of file MachOFormat.h.
Referenced by llvm::object::MachOObjectFile::getSectionContents(), llvm::object::MachOObjectFile::getSymbolFileOffset(), and llvm::object::SwapStruct().
Definition at line 276 of file MachOFormat.h.
Referenced by llvm::object::MachOObjectFile::getSectionRelBegin(), llvm::object::MachOObjectFile::getSectionRelEnd(), and llvm::object::SwapStruct().
Definition at line 279 of file MachOFormat.h.
Referenced by llvm::object::SwapStruct().
Definition at line 280 of file MachOFormat.h.
Referenced by llvm::object::SwapStruct().
Definition at line 281 of file MachOFormat.h.
Referenced by llvm::object::SwapStruct().
Definition at line 271 of file MachOFormat.h.
| uint64_t llvm::object::macho::Section64::Size |
Definition at line 273 of file MachOFormat.h.
Referenced by llvm::object::MachOObjectFile::getSectionContents(), llvm::object::MachOObjectFile::getSectionSize(), and llvm::object::SwapStruct().