HomeSort by relevance Sort by last modified time
    Searched defs:AsmParser (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 1 //===- AsmParser.cpp - Parser for Assembly Files --------------------------===//
121 class AsmParser : public MCAsmParser {
122 AsmParser(const AsmParser &) LLVM_DELETED_FUNCTION;
123 void operator=(const AsmParser &) LLVM_DELETED_FUNCTION;
184 AsmParser(SourceMgr &SM, MCContext &Ctx, MCStreamer &Out,
186 virtual ~AsmParser();
479 AsmParser::AsmParser(SourceMgr &_SM, MCContext &_Ctx,
511 AsmParser::~AsmParser()
    [all...]
  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp 596 /// The tablegen AsmParser record.
597 Record *AsmParser;
651 AsmMatcherInfo(Record *AsmParser,
840 if (!Info.AsmParser->getValueAsBit("MnemonicContainsDot")) {
882 "multiline instruction is not valid for the asmparser, "
    [all...]

Completed in 174 milliseconds