reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/CodeGen/MIRParser/MIRParser.h
   51   bool parseMachineFunctions(Module &M, MachineModuleInfo &MMI);

References

tools/llc/llc.cpp
  583       if (MIR->parseMachineFunctions(*M, MMIWP->getMMI()))
unittests/CodeGen/GlobalISel/GISelMITest.h
   87   if (MIR->parseMachineFunctions(*M, MMI))
unittests/MI/LiveIntervalTest.cpp
   67   if (MIR->parseMachineFunctions(*M, MMIWP->getMMI()))
unittests/Target/AArch64/InstSizes.cpp
   69   bool Res = MParser->parseMachineFunctions(*M, MMI);
unittests/Target/WebAssembly/WebAssemblyExceptionInfoTest.cpp
   58   if (MIR->parseMachineFunctions(*M, MMI))
unittests/Target/X86/MachineSizeOptsTest.cpp
   79     if (Parser->parseMachineFunctions(*M, *MMI.get()))