Searched refs:getMachOType (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/Object/ |
D | Binary.h | 72 static unsigned int getMachOType(bool isLE, bool is64Bits) { in getMachOType() function
|
/external/llvm-project/llvm/include/llvm/Object/ |
D | Binary.h | 82 static unsigned int getMachOType(bool isLE, bool is64Bits) { in getMachOType() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | Binary.h | 82 static unsigned int getMachOType(bool isLE, bool is64Bits) { in getMachOType() function
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 265 : 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/ |
D | MachOObjectFile.cpp | 1262 : 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/ |
D | MachOObjectFile.cpp | 1262 : ObjectFile(getMachOType(IsLittleEndian, Is64bits), Object) { in MachOObjectFile() 4628 return getType() == getMachOType(false, true) || in is64Bit() 4629 getType() == getMachOType(true, true); in is64Bit()
|