Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DBinary.h82 static unsigned int getMachOType(bool isLE, bool is64Bits) { in getMachOType() function
/third_party/skia/third_party/externals/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()