Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachOLinkingContext.cpp1029 auto *machoFile = dyn_cast<MachOFile>(&file); in handleLoadedFile() local
1030 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()
H A DMachONormalizedFileFromAtoms.cpp408 if (auto *machoFile = dyn_cast<mach_o::MachOFile>(&atom->file())) { in processAtomAttributes() local
411 if (!machoFile->subsectionsViaSymbols()) in processAtomAttributes()
416 if (auto v = machoFile->minVersion()) in processAtomAttributes()
424 if (auto v = machoFile->minVersionLoadCommandKind()) in processAtomAttributes()