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/MCRegisterInfo.h"
#include "llvm/MC/MCSectionCOFF.h"
#include "llvm/MC/MCStreamer.h"
#include "llvm/MC/MCTargetAsmParser.h"
#include "llvm/Support/COFF.h"
Go to the source code of this file.
Namespaces | |
llvm | |
List of target independent CodeGen pass IDs. | |
Functions | |
static SectionKind | computeSectionKind (unsigned Flags) |
MCAsmParserExtension * | llvm::createCOFFAsmParser () |
|
static |
Definition at line 140 of file COFFAsmParser.cpp.
References llvm::SectionKind::getDataRel(), llvm::SectionKind::getReadOnly(), and llvm::SectionKind::getText().