Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DBinary.h72 static unsigned int getMachOType(bool isLE, bool is64Bits) { in getMachOType() function
/external/llvm-project/llvm/include/llvm/Object/
DBinary.h82 static unsigned int getMachOType(bool isLE, bool is64Bits) { in getMachOType() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DBinary.h82 static unsigned int getMachOType(bool isLE, bool is64Bits) { in getMachOType() function
/external/llvm/lib/Object/
DMachOObjectFile.cpp265 : ObjectFile(getMachOType(IsLittleEndian, Is64bits), Object), in MachOObjectFile()
2390 return getType() == getMachOType(false, true) || in is64Bit()
2391 getType() == getMachOType(true, true); in is64Bit()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp1262 : ObjectFile(getMachOType(IsLittleEndian, Is64bits), Object) { in MachOObjectFile()
4619 return getType() == getMachOType(false, true) || in is64Bit()
4620 getType() == getMachOType(true, true); in is64Bit()
/external/llvm-project/llvm/lib/Object/
DMachOObjectFile.cpp1262 : ObjectFile(getMachOType(IsLittleEndian, Is64bits), Object) { in MachOObjectFile()
4628 return getType() == getMachOType(false, true) || in is64Bit()
4629 getType() == getMachOType(true, true); in is64Bit()