Searched refs:machoFile (Results 1 – 2 of 2) sorted by relevance
1029 auto *machoFile = dyn_cast<MachOFile>(&file); in handleLoadedFile() local1030 if (!machoFile) in handleLoadedFile()1036 _arch = machoFile->arch(); in handleLoadedFile()1037 } else if (machoFile->arch() != arch_unknown && machoFile->arch() != _arch) { in handleLoadedFile()1046 _os = machoFile->OS(); in handleLoadedFile()1047 } else if (machoFile->OS() != OS::unknown && machoFile->OS() != _os) { in handleLoadedFile()1055 switch (machoFile->objcConstraint()) { in handleLoadedFile()1091 _swiftVersion = machoFile->swiftVersion(); in handleLoadedFile()1092 } else if (machoFile->swiftVersion() && in handleLoadedFile()1093 machoFile->swiftVersion() != _swiftVersion) { in handleLoadedFile()
408 if (auto *machoFile = dyn_cast<mach_o::MachOFile>(&atom->file())) { in processAtomAttributes() local411 if (!machoFile->subsectionsViaSymbols()) in processAtomAttributes()416 if (auto v = machoFile->minVersion()) in processAtomAttributes()424 if (auto v = machoFile->minVersionLoadCommandKind()) in processAtomAttributes()