HomeSort by relevance Sort by last modified time
    Searched refs:ObjFileMMI (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 117 /// ObjFileMMI - This is the object-file-format-specific implementation of
120 MachineModuleInfoImpl *ObjFileMMI;
229 if (ObjFileMMI == nullptr)
230 ObjFileMMI = new Ty(*this);
231 return *static_cast<Ty*>(ObjFileMMI);
  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 208 ObjFileMMI = nullptr;
230 delete ObjFileMMI;
231 ObjFileMMI = nullptr;

Completed in 729 milliseconds