Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/MIRParser/
DMIRParser.h77 createMIRParser(std::unique_ptr<MemoryBuffer> Contents, LLVMContext &Context);
/external/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp730 return createMIRParser(std::move(FileOrErr.get()), Context); in createMIRParserFromFile()
734 llvm::createMIRParser(std::unique_ptr<MemoryBuffer> Contents, in createMIRParser() function in llvm