Home | History | Annotate | Download | only in Object

Lines Matching refs:getMachOType

265     : ObjectFile(getMachOType(IsLittleEndian, Is64bits), Object),
2390 return getType() == getMachOType(false, true) ||
2391 getType() == getMachOType(true, true);