Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp51 class MIRParserImpl { class
69 MIRParserImpl(std::unique_ptr<MemoryBuffer> Contents, StringRef Filename,
197 reinterpret_cast<MIRParserImpl *>(Context)->reportDiagnostic(Diag); in handleYAMLDiag()
200 MIRParserImpl::MIRParserImpl(std::unique_ptr<MemoryBuffer> Contents, in MIRParserImpl() function in MIRParserImpl
211 bool MIRParserImpl::error(const Twine &Message) { in error()
217 bool MIRParserImpl::error(SMLoc Loc, const Twine &Message) { in error()
223 bool MIRParserImpl::error(const SMDiagnostic &Error, SMRange SourceRange) { in error()
229 void MIRParserImpl::reportDiagnostic(const SMDiagnostic &Diag) { in reportDiagnostic()
249 MIRParserImpl::parseIRModule(DataLayoutCallbackTy DataLayoutCallback) { in parseIRModule()
288 bool MIRParserImpl::parseMachineFunctions(Module &M, MachineModuleInfo &MMI, in parseMachineFunctions()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
H A DMIRParser.h33 class MIRParserImpl; variable
47 std::unique_ptr<MIRParserImpl> Impl;
50 LLVM_ABI MIRParser(std::unique_ptr<MIRParserImpl> Impl);