|
LLVM
4.0.0
|
#include "llvm/ADT/ArrayRef.h"#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/Triple.h"#include "llvm/Object/ObjectFile.h"#include "llvm/Support/MachO.h"Go to the source code of this file.
Classes | |
| class | llvm::object::DiceRef |
| DiceRef - This is a value type class that represents a single data in code entry in the table in a Mach-O object file. More... | |
| class | llvm::object::ExportEntry |
| ExportEntry encapsulates the current-state-of-the-walk used when doing a non-recursive walk of the trie data structure. More... | |
| class | llvm::object::MachORebaseEntry |
| MachORebaseEntry encapsulates the current state in the decompression of rebasing opcodes. More... | |
| class | llvm::object::MachOBindEntry |
| MachOBindEntry encapsulates the current state in the decompression of binding opcodes. More... | |
| class | llvm::object::MachOObjectFile |
| struct | llvm::object::MachOObjectFile::LoadCommandInfo |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
| llvm::object | |
Typedefs | |
| typedef content_iterator< DiceRef > | llvm::object::dice_iterator |
| typedef content_iterator < ExportEntry > | llvm::object::export_iterator |
| typedef content_iterator < MachORebaseEntry > | llvm::object::rebase_iterator |
| typedef content_iterator < MachOBindEntry > | llvm::object::bind_iterator |
1.8.6