Searched refs:MIRParserImpl (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
H A DMIRParser.h27 class MIRParserImpl;
38 std::unique_ptr<MIRParserImpl> Impl;
41 MIRParser(std::unique_ptr<MIRParserImpl> Impl);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp52 class MIRParserImpl { class in namespace:llvm
70 MIRParserImpl(std::unique_ptr<MemoryBuffer> Contents, StringRef Filename,
169 reinterpret_cast<MIRParserImpl *>(Context)->reportDiagnostic(Diag);
172 MIRParserImpl::MIRParserImpl(std::unique_ptr<MemoryBuffer> Contents, function in class:MIRParserImpl
183 bool MIRParserImpl::error(const Twine &Message) {
189 bool MIRParserImpl::error(SMLoc Loc, const Twine &Message) {
195 bool MIRParserImpl::error(const SMDiagnostic &Error, SMRange SourceRange) {
201 void MIRParserImpl::reportDiagnostic(const SMDiagnostic &Diag) {
221 MIRParserImpl
[all...]

Completed in 119 milliseconds