Lines Matching defs:Bin
554 Binary *Bin = ChildOrErr->get();
555 if (ObjectFile *Obj = dyn_cast<ObjectFile>(Bin))
557 else if (COFFImportFile *Imp = dyn_cast<COFFImportFile>(Bin))
561 Bin->getFileName() +
614 std::unique_ptr<Binary> Bin = std::move(*BinaryOrErr);
615 if (Archive *Arc = dyn_cast<Archive>(Bin.get()))
618 dyn_cast<MachOUniversalBinary>(Bin.get()))
620 else if (ObjectFile *Obj = dyn_cast<ObjectFile>(Bin.get()))
622 else if (COFFImportFile *Import = dyn_cast<COFFImportFile>(Bin.get()))
624 else if (WindowsResource *WinRes = dyn_cast<WindowsResource>(Bin.get()))
630 OwningBinary<Binary>(std::move(Bin), std::move(Buffer)));