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 105 /// ObjFileMMI - This is the object-file-format-specific implementation of
108 MachineModuleInfoImpl *ObjFileMMI;
201 if (ObjFileMMI == 0)
202 ObjFileMMI = new Ty(*this);
203 return *static_cast<Ty*>(ObjFileMMI);
  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 258 ObjFileMMI(0), CompactUnwindEncoding(0), CurCallSite(0), CallsEHReturn(0),
277 delete ObjFileMMI;

Completed in 50 milliseconds