LLVM  3.7.0
Macros | Functions
MachObjectWriter.cpp File Reference
#include "llvm/MC/MCMachObjectWriter.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/Twine.h"
#include "llvm/MC/MCAsmBackend.h"
#include "llvm/MC/MCAsmLayout.h"
#include "llvm/MC/MCAssembler.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCFixupKindInfo.h"
#include "llvm/MC/MCObjectWriter.h"
#include "llvm/MC/MCSectionMachO.h"
#include "llvm/MC/MCSymbolMachO.h"
#include "llvm/MC/MCValue.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/MachO.h"
#include "llvm/Support/raw_ostream.h"
#include <vector>
Include dependency graph for MachObjectWriter.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "mc"
 

Functions

static unsigned ComputeLinkerOptionsLoadCommandSize (const std::vector< std::string > &Options, bool is64Bit)
 

Macro Definition Documentation

#define DEBUG_TYPE   "mc"

Definition at line 29 of file MachObjectWriter.cpp.

Function Documentation

static unsigned ComputeLinkerOptionsLoadCommandSize ( const std::vector< std::string > &  Options,
bool  is64Bit 
)
static