LLVM: llvm::MachO::DylibReader::ParseOption Struct Reference (original) (raw)
#include "[llvm/TextAPI/DylibReader.h](DylibReader%5F8h%5Fsource.html)"
| Public Attributes | |
|---|---|
| ArchitectureSet | Archs = ArchitectureSet::All() |
| Determines arch slice to parse. | |
| bool | MachOHeader = true |
| Capture Mach-O header from binary, primarily load commands. | |
| bool | SymbolTable = true |
| Capture defined symbols out of export trie and n-list. | |
| bool | Undefineds = true |
| Capture undefined symbols too. |
Definition at line 25 of file DylibReader.h.
◆ Archs
◆ MachOHeader
bool llvm::MachO::DylibReader::ParseOption::MachOHeader = true
Capture Mach-O header from binary, primarily load commands.
Definition at line 29 of file DylibReader.h.
Referenced by load().
◆ SymbolTable
bool llvm::MachO::DylibReader::ParseOption::SymbolTable = true
Capture defined symbols out of export trie and n-list.
Definition at line 31 of file DylibReader.h.
Referenced by load().
◆ Undefineds
bool llvm::MachO::DylibReader::ParseOption::Undefineds = true
The documentation for this struct was generated from the following file:
- include/llvm/TextAPI/DylibReader.h