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

  /external/swiftshader/third_party/LLVM/lib/MC/MCParser/
AsmParser.cpp 93 MCAsmParserExtension *PlatformParser;
354 GenericParser(new GenericAsmParser), PlatformParser(0),
371 PlatformParser = createCOFFAsmParser();
372 PlatformParser->Initialize(*this);
374 PlatformParser = createDarwinAsmParser();
375 PlatformParser->Initialize(*this);
377 PlatformParser = createELFAsmParser();
378 PlatformParser->Initialize(*this);
390 delete PlatformParser;
677 if (!PlatformParser->HasBracketExpressions()
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 124 std::unique_ptr<MCAsmParserExtension> PlatformParser;
562 PlatformParser(nullptr), CurBuffer(SM.getMainFileID()),
575 PlatformParser.reset(createCOFFAsmParser());
578 PlatformParser.reset(createDarwinAsmParser());
582 PlatformParser.reset(createELFAsmParser());
586 PlatformParser->Initialize(*this);
    [all...]

Completed in 86 milliseconds