LLVM API Documentation
#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"
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) |
| MCAsmParserExtension * | llvm::createELFAsmParser () |
|
static |
Definition at line 271 of file ELFAsmParser.cpp.
References llvm::SectionKind::getDataRel(), llvm::SectionKind::getText(), and llvm::SectionKind::getThreadData().
Definition at line 279 of file ELFAsmParser.cpp.
References llvm::StringRef::size().