LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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

 llvm
 List of target independent CodeGen pass IDs.
 

Functions

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

Function Documentation

static SectionKind computeSectionKind ( unsigned  Flags)
static
static unsigned parseSectionFlags ( StringRef  flagsStr,
bool UseLastGroup 
)
static

Definition at line 279 of file ELFAsmParser.cpp.

References llvm::StringRef::size().