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

  /external/llvm/include/llvm/CodeGen/MIRParser/
MIRParser.h 29 class MIRParserImpl;
35 std::unique_ptr<MIRParserImpl> Impl;
38 MIRParser(std::unique_ptr<MIRParserImpl> Impl);
  /external/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp 48 class MIRParserImpl {
58 MIRParserImpl(std::unique_ptr<MemoryBuffer> Contents, StringRef Filename,
162 MIRParserImpl::MIRParserImpl(std::unique_ptr<MemoryBuffer> Contents,
168 bool MIRParserImpl::error(const Twine &Message) {
174 bool MIRParserImpl::error(SMLoc Loc, const Twine &Message) {
180 bool MIRParserImpl::error(const SMDiagnostic &Error, SMRange SourceRange) {
186 void MIRParserImpl::reportDiagnostic(const SMDiagnostic &Diag) {
203 reinterpret_cast<MIRParserImpl *>(Context)->reportDiagnostic(Diag);
206 std::unique_ptr<Module> MIRParserImpl::parse()
    [all...]

Completed in 117 milliseconds