LLVM  4.0.0
Macros | Functions
ELFObjectWriter.cpp File Reference
#include "llvm/MC/MCELFObjectWriter.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/MC/MCAsmBackend.h"
#include "llvm/MC/MCAsmInfo.h"
#include "llvm/MC/MCAsmLayout.h"
#include "llvm/MC/MCAssembler.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCFixupKindInfo.h"
#include "llvm/MC/MCObjectWriter.h"
#include "llvm/MC/MCSectionELF.h"
#include "llvm/MC/MCSymbolELF.h"
#include "llvm/MC/MCValue.h"
#include "llvm/MC/StringTableBuilder.h"
#include "llvm/Support/Compression.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ELF.h"
#include "llvm/Support/Endian.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/StringSaver.h"
#include <vector>
Include dependency graph for ELFObjectWriter.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "reloc-info"
 

Functions

static uint8_t mergeTypeForSet (uint8_t origType, uint8_t newType)
 
static bool isWeak (const MCSymbolELF &Sym)
 

Macro Definition Documentation

#define DEBUG_TYPE   "reloc-info"

Definition at line 42 of file ELFObjectWriter.cpp.

Function Documentation

static bool isWeak ( const MCSymbolELF Sym)
static
static uint8_t mergeTypeForSet ( uint8_t  origType,
uint8_t  newType 
)
static