Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/MIRParser/
H A DMIRParser.h52 bool parseMachineFunctions(Module &M, MachineModuleInfo &MMI);
/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp96 bool parseMachineFunctions(Module &M, MachineModuleInfo &MMI);
257 bool MIRParserImpl::parseMachineFunctions(Module &M, MachineModuleInfo &MMI) { in parseMachineFunctions() function in MIRParserImpl
898 bool MIRParser::parseMachineFunctions(Module &M, MachineModuleInfo &MMI) { in parseMachineFunctions() function in MIRParser
899 return Impl->parseMachineFunctions(M, MMI); in parseMachineFunctions()
/freebsd-12.1/contrib/llvm/tools/llc/
H A Dllc.cpp578 if (MIR->parseMachineFunctions(*M, *MMI)) in compileModule()