Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/include/llvm/Object/
DBinary.h66 static unsigned int getMachOType(bool isLE, bool is64Bits) { in getMachOType() function
/freebsd-9-stable/contrib/llvm/lib/Object/
DMachOObjectFile.cpp425 : ObjectFile(getMachOType(IsLittleEndian, Is64bits), Object), in MachOObjectFile()
1566 return getType() == getMachOType(false, true) || in is64Bit()
1567 getType() == getMachOType(true, true); in is64Bit()