LLVM API Documentation

Defines | 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/MCMachOSymbolFlags.h"
#include "llvm/MC/MCObjectWriter.h"
#include "llvm/MC/MCSectionMachO.h"
#include "llvm/MC/MCSymbol.h"
#include "llvm/MC/MCValue.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/MachO.h"
#include <vector>
Include dependency graph for MachObjectWriter.cpp:

Go to the source code of this file.

Defines

#define DEBUG_TYPE   "mc"

Functions

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

Define 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]