Lines Matching defs:Imp
255 NewArchiveMember createWeakExternal(StringRef Sym, StringRef Weak, bool Imp,
556 auto *Imp = reinterpret_cast<coff_import_header *>(P);
557 P += sizeof(*Imp);
558 Imp->Sig2 = 0xFFFF;
559 Imp->Machine = Machine;
560 Imp->SizeOfData = ImpSize;
562 Imp->OrdinalHint = Ordinal;
563 Imp->TypeInfo = (NameType << 2) | ImportType;
578 StringRef Weak, bool Imp,
646 StringRef Prefix = Imp ? "__imp_" : "";