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

References

include/llvm/CodeGen/MachineModuleInfo.h
  182     if (ObjFileMMI == nullptr)
  183       ObjFileMMI = new Ty(*this);
  184     return *static_cast<Ty*>(ObjFileMMI);
lib/CodeGen/MachineModuleInfo.cpp
  192   ObjFileMMI = nullptr;
  207   delete ObjFileMMI;
  208   ObjFileMMI = nullptr;
  215   ObjFileMMI = MMI.ObjFileMMI;
  215   ObjFileMMI = MMI.ObjFileMMI;