Searched refs:machoFile (Results 1 – 2 of 2) sorted by relevance
1032 auto *machoFile = dyn_cast<MachOFile>(&file); in handleLoadedFile() local1033 if (!machoFile) in handleLoadedFile()1039 _arch = machoFile->arch(); in handleLoadedFile()1040 } else if (machoFile->arch() != arch_unknown && machoFile->arch() != _arch) { in handleLoadedFile()1049 _os = machoFile->OS(); in handleLoadedFile()1050 } else if (machoFile->OS() != OS::unknown && machoFile->OS() != _os) { in handleLoadedFile()1058 switch (machoFile->objcConstraint()) { in handleLoadedFile()1094 _swiftVersion = machoFile->swiftVersion(); in handleLoadedFile()1095 } else if (machoFile->swiftVersion() && in handleLoadedFile()1096 machoFile->swiftVersion() != _swiftVersion) { in handleLoadedFile()
407 if (auto *machoFile = dyn_cast<mach_o::MachOFile>(&atom->file())) { in processAtomAttributes() local410 if (!machoFile->subsectionsViaSymbols()) in processAtomAttributes()415 if (auto v = machoFile->minVersion()) in processAtomAttributes()423 if (auto v = machoFile->minVersionLoadCommandKind()) in processAtomAttributes()