Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/MIRParser/
DMIRParser.h77 createMIRParser(std::unique_ptr<MemoryBuffer> Contents, LLVMContext &Context);
/external/llvm/unittests/MI/
DLiveIntervalTest.cpp57 MIR = createMIRParser(std::move(MBuffer), Context); in parseMIR()
/external/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp780 return createMIRParser(std::move(FileOrErr.get()), Context); in createMIRParserFromFile()
784 llvm::createMIRParser(std::unique_ptr<MemoryBuffer> Contents, in createMIRParser() function in llvm