LLVM API Documentation

Classes | Namespaces | Functions
MCMachObjectWriter.h File Reference
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCObjectWriter.h"
#include "llvm/Support/DataTypes.h"
#include "llvm/Support/MachO.h"
#include <vector>
Include dependency graph for MCMachObjectWriter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::MCMachObjectTargetWriter
class  llvm::MachObjectWriter
struct  llvm::MachObjectWriter::MachSymbolData

Namespaces

namespace  llvm
 

List of target independent CodeGen pass IDs.


Functions

MCObjectWriterllvm::createMachObjectWriter (MCMachObjectTargetWriter *MOTW, raw_ostream &OS, bool IsLittleEndian)
 Construct a new Mach-O writer instance.