Home
last modified time | relevance | path

Searched refs:getMachOType (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Object/
DBinary.h70 static unsigned int getMachOType(bool isLE, bool is64Bits) { in getMachOType() function
/external/llvm/lib/Object/
DMachOObjectFile.cpp249 : ObjectFile(getMachOType(IsLittleEndian, Is64bits), Object), in MachOObjectFile()
2592 return getType() == getMachOType(false, true) || in is64Bit()
2593 getType() == getMachOType(true, true); in is64Bit()