LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Functions
ELFObjectWriter.cpp File Reference
#include "llvm/MC/MCELFObjectWriter.h"
#include "llvm/ADT/OwningPtr.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/MCAsmLayout.h"
#include "llvm/MC/MCAssembler.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCELF.h"
#include "llvm/MC/MCELFSymbolFlags.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCFixupKindInfo.h"
#include "llvm/MC/MCObjectWriter.h"
#include "llvm/MC/MCSectionELF.h"
#include "llvm/MC/MCValue.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ELF.h"
#include "llvm/Support/ErrorHandling.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 int compareBySuffix (const MCSectionELF *const *a, const MCSectionELF *const *b)
 

Macro Definition Documentation

#define DEBUG_TYPE   "reloc-info"

Definition at line 38 of file ELFObjectWriter.cpp.

Function Documentation

static int compareBySuffix ( const MCSectionELF *const *  a,
const MCSectionELF *const *  b 
)
static

Definition at line 1125 of file ELFObjectWriter.cpp.

References llvm::StringRef::size().