Searched refs:parseMachineFunctions (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
H A DMIRParser.h52 bool parseMachineFunctions(Module &M, MachineModuleInfo &MMI);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp101 bool parseMachineFunctions(Module &M, MachineModuleInfo &MMI);
251 bool MIRParserImpl::parseMachineFunctions(Module &M, MachineModuleInfo &MMI) { function in class:MIRParserImpl
933 bool MIRParser::parseMachineFunctions(Module &M, MachineModuleInfo &MMI) { function in class:MIRParser
934 return Impl->parseMachineFunctions(M, MMI);
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp589 if (MIR->parseMachineFunctions(*M, MMIWP->getMMI()))

Completed in 62 milliseconds