Home
last modified time | relevance | path

Searched refs:createMIRParserFromFile (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/MIRParser/
H A DMIRParser.h64 std::unique_ptr<MIRParser> createMIRParserFromFile(StringRef Filename,
/freebsd-12.1/contrib/llvm/tools/llc/
H A Dllc.cpp401 MIR = createMIRParserFromFile(InputFilename, Err, Context); in compileModule()
/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp902 std::unique_ptr<MIRParser> llvm::createMIRParserFromFile(StringRef Filename, in createMIRParserFromFile() function in llvm