LLVM
8.0.1
|
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/BinaryFormat/MachO.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCObjectWriter.h"
#include "llvm/MC/MCSection.h"
#include "llvm/MC/StringTableBuilder.h"
#include <cstdint>
#include <memory>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | llvm::MCMachObjectTargetWriter |
class | llvm::MachObjectWriter |
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
Functions | |
std::unique_ptr< MCObjectWriter > | llvm::createMachObjectWriter (std::unique_ptr< MCMachObjectTargetWriter > MOTW, raw_pwrite_stream &OS, bool IsLittleEndian) |
Construct a new Mach-O writer instance. More... | |