LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
TargetLoweringObjectFileImpl.cpp File Reference
#include "llvm/CodeGen/TargetLoweringObjectFileImpl.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/ADT/Triple.h"
#include "llvm/CodeGen/MachineModuleInfoImpls.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/DataLayout.h"
#include "llvm/IR/DerivedTypes.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/GlobalVariable.h"
#include "llvm/IR/Module.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCSectionCOFF.h"
#include "llvm/MC/MCSectionELF.h"
#include "llvm/MC/MCSectionMachO.h"
#include "llvm/MC/MCStreamer.h"
#include "llvm/MC/MCSymbol.h"
#include "llvm/Support/Dwarf.h"
#include "llvm/Support/ELF.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Target/Mangler.h"
#include "llvm/Target/TargetMachine.h"
Include dependency graph for TargetLoweringObjectFileImpl.cpp:

Go to the source code of this file.

Functions

static SectionKind getELFKindForNamedSection (StringRef Name, SectionKind K)
 
static unsigned getELFSectionType (StringRef Name, SectionKind K)
 
static unsigned getELFSectionFlags (SectionKind K)
 
static const char * getSectionPrefixForGlobal (SectionKind Kind)
 
static unsigned getCOFFSectionFlags (SectionKind K)
 
static const char * getCOFFSectionPrefixForUniqueGlobal (SectionKind Kind)
 

Function Documentation

static unsigned getCOFFSectionFlags ( SectionKind  K)
static
static const char* getCOFFSectionPrefixForUniqueGlobal ( SectionKind  Kind)
static
static SectionKind getELFKindForNamedSection ( StringRef  Name,
SectionKind  K 
)
static
static unsigned getELFSectionFlags ( SectionKind  K)
static
static unsigned getELFSectionType ( StringRef  Name,
SectionKind  K 
)
static
static const char* getSectionPrefixForGlobal ( SectionKind  Kind)
static