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

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 90 MachineModuleInfoImpl *ObjFileMMI;
176 if (ObjFileMMI == nullptr)
177 ObjFileMMI = new Ty(*this);
178 return *static_cast<Ty*>(ObjFileMMI);
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 118 /// ObjFileMMI - This is the object-file-format-specific implementation of
121 MachineModuleInfoImpl *ObjFileMMI;
230 if (ObjFileMMI == nullptr)
231 ObjFileMMI = new Ty(*this);
232 return *static_cast<Ty*>(ObjFileMMI);
  /external/swiftshader/third_party/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);

Completed in 178 milliseconds