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 112 /// ObjFileMMI - This is the object-file-format-specific implementation of
115 MachineModuleInfoImpl *ObjFileMMI;
230 if (ObjFileMMI == nullptr)
231 ObjFileMMI = new Ty(*this);
232 return *static_cast<Ty*>(ObjFileMMI);
  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 274 ObjFileMMI = nullptr;
297 delete ObjFileMMI;
298 ObjFileMMI = nullptr;

Completed in 618 milliseconds