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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
H A DMIRParser.h56 bool parseMachineFunctions(Module &M, MachineModuleInfo &MMI);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp102 bool parseMachineFunctions(Module &M, MachineModuleInfo &MMI);
258 bool MIRParserImpl::parseMachineFunctions(Module &M, MachineModuleInfo &MMI) { function in class:MIRParserImpl
948 bool MIRParser::parseMachineFunctions(Module &M, MachineModuleInfo &MMI) { function in class:MIRParser
949 return Impl->parseMachineFunctions(M, MMI);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp631 if (MIR->parseMachineFunctions(*M, MMIWP->getMMI()))

Completed in 66 milliseconds