LLVM API Documentation
#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>
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 DEBUG_TYPE "mc" |
Definition at line 29 of file MachObjectWriter.cpp.
| static unsigned ComputeLinkerOptionsLoadCommandSize | ( | const std::vector< std::string > & | Options, |
| bool | is64Bit | ||
| ) | [static] |
Definition at line 418 of file MachObjectWriter.cpp.
References llvm::RoundUpToAlignment().
Referenced by llvm::MachObjectWriter::WriteLinkerOptionsLoadCommand(), and llvm::MachObjectWriter::WriteObject().