Home
last modified time | relevance | path

Searched refs:ID_MachO32L (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.h65 ID_MachO32L, // MachO 32-bit, little endian enumerator
84 return is64Bits ? ID_MachO64L : ID_MachO32L; in getMachOType()
123 return TypeID >= ID_MachO32L && TypeID <= ID_MachO64B; in isMachO()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DObject.cpp114 case ID_MachO32L: in LLVMBinaryGetType()