Slide 16
Slide 16 text
static const StringRef OSs[] = { static const StringRef Arches[] = {
"OSX", "arm",
"tvOS", "arm64",
"watchOS", "i386",
"iOS", "x86_64",
"Linux", "powerpc64",
"FreeBSD", "powerpc64le",
"Windows", "s390x"
"Android", };
"PS4",
};
static const StringRef Endianness[] = {
"little",
"big"
};