LLVM  8.0.1
Classes | Namespaces | Typedefs
MachO.h File Reference
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/Triple.h"
#include "llvm/ADT/iterator_range.h"
#include "llvm/BinaryFormat/MachO.h"
#include "llvm/MC/SubtargetFeature.h"
#include "llvm/Object/Binary.h"
#include "llvm/Object/ObjectFile.h"
#include "llvm/Object/SymbolicFile.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/Format.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/raw_ostream.h"
#include <cstdint>
#include <memory>
#include <string>
#include <system_error>
Include dependency graph for MachO.h:
This graph shows which files directly or indirectly include this file:

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::BindRebaseSegInfo
 
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
 This class represents lattice values for constants.
 
 llvm::object
 

Typedefs

using llvm::object::dice_iterator = content_iterator< DiceRef >
 
using llvm::object::export_iterator = content_iterator< ExportEntry >
 
using llvm::object::rebase_iterator = content_iterator< MachORebaseEntry >
 
using llvm::object::bind_iterator = content_iterator< MachOBindEntry >