LLVM API Documentation
#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>
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) |
#define DEBUG_TYPE "reloc-info" |
Definition at line 38 of file ELFObjectWriter.cpp.
|
static |
Definition at line 1125 of file ELFObjectWriter.cpp.
References llvm::StringRef::size().