Lines Matching refs:MachOObjectFile
141 if (!MachOObjectFile::isValidArch(ArchitectureName)) {
146 for (auto arch : MachOObjectFile::getValidArchs())
331 const auto S = B->isMachO() ? Slice(*cast<MachOObjectFile>(B))
371 dyn_cast<MachOObjectFile>(InputBinaries.front().getBinary())) {
387 // Order here is important, because both MachOObjectFile and
389 Expected<std::unique_ptr<MachOObjectFile>> MachOObjOrError =
423 if (const auto *MachO = dyn_cast<MachOObjectFile>(Binary)) {
483 Expected<std::unique_ptr<MachOObjectFile>> Obj =
564 // Order here is important, because both MachOObjectFile and
566 Expected<std::unique_ptr<MachOObjectFile>> BinaryOrError =
584 } else if (const auto *O = dyn_cast<MachOObjectFile>(InputBinary)) {
666 auto O = dyn_cast<MachOObjectFile>(ReplacementBinary);