LLVM API Documentation

Namespaces | Functions
ELFAsmParser.cpp File Reference
#include "llvm/MC/MCParser/MCAsmParserExtension.h"
#include "llvm/ADT/StringSwitch.h"
#include "llvm/ADT/Twine.h"
#include "llvm/MC/MCAsmInfo.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCParser/MCAsmLexer.h"
#include "llvm/MC/MCSectionELF.h"
#include "llvm/MC/MCStreamer.h"
#include "llvm/MC/MCSymbol.h"
#include "llvm/Support/ELF.h"
Include dependency graph for ELFAsmParser.cpp:

Go to the source code of this file.

Namespaces

namespace  llvm
 

List of target independent CodeGen pass IDs.


Functions

static SectionKind computeSectionKind (unsigned Flags, unsigned ElemSize)
static unsigned parseSectionFlags (StringRef flagsStr, bool *UseLastGroup)
static MCSymbolAttr MCAttrForString (StringRef Type)
MCAsmParserExtensionllvm::createELFAsmParser ()

Function Documentation

static SectionKind computeSectionKind ( unsigned  Flags,
unsigned  ElemSize 
) [static]
static MCSymbolAttr MCAttrForString ( StringRef  Type) [static]
static unsigned parseSectionFlags ( StringRef  flagsStr,
bool UseLastGroup 
) [static]