LLVM  8.0.1
Classes | Namespaces | Functions
MCAsmParser.h File Reference
#include "llvm/ADT/None.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/Twine.h"
#include "llvm/MC/MCParser/MCAsmLexer.h"
#include "llvm/Support/SMLoc.h"
#include <cstdint>
#include <string>
#include <utility>
Include dependency graph for MCAsmParser.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  llvm::InlineAsmIdentifierInfo
 
struct  llvm::InlineAsmIdentifierInfo::EnumIdentifier
 
struct  llvm::InlineAsmIdentifierInfo::LabelIdentifier
 
struct  llvm::InlineAsmIdentifierInfo::VariableIdentifier
 
class  llvm::MCAsmParserSemaCallback
 Generic Sema callback for assembly parser. More...
 
class  llvm::MCAsmParser
 Generic assembler parser interface, for use by target specific assembly parsers. More...
 
struct  llvm::MCAsmParser::MCPendingError
 

Namespaces

 llvm
 This class represents lattice values for constants.
 

Functions

MCAsmParserllvm::createMCAsmParser (SourceMgr &, MCContext &, MCStreamer &, const MCAsmInfo &, unsigned CB=0)
 Create an MCAsmParser instance. More...