Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/MIRParser/
DMIRParser.h52 bool parseMachineFunctions(Module &M, MachineModuleInfo &MMI);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp101 bool parseMachineFunctions(Module &M, MachineModuleInfo &MMI);
251 bool MIRParserImpl::parseMachineFunctions(Module &M, MachineModuleInfo &MMI) { in parseMachineFunctions() function in MIRParserImpl
933 bool MIRParser::parseMachineFunctions(Module &M, MachineModuleInfo &MMI) { in parseMachineFunctions() function in MIRParser
934 return Impl->parseMachineFunctions(M, MMI); in parseMachineFunctions()