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

  /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);
  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 208 ObjFileMMI = nullptr;
230 delete ObjFileMMI;
231 ObjFileMMI = nullptr;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineModuleInfo.cpp 258 ObjFileMMI(0), CompactUnwindEncoding(0), CurCallSite(0), CallsEHReturn(0),
277 delete ObjFileMMI;

Completed in 424 milliseconds