Lines Matching defs:Imp
257 NewArchiveMember createWeakExternal(StringRef Sym, StringRef Weak, bool Imp,
558 auto *Imp = reinterpret_cast<coff_import_header *>(P);
559 P += sizeof(*Imp);
560 Imp->Sig2 = 0xFFFF;
561 Imp->Machine = Machine;
562 Imp->SizeOfData = ImpSize;
564 Imp->OrdinalHint = Ordinal;
565 Imp->TypeInfo = (NameType << 2) | ImportType;
580 StringRef Weak, bool Imp,
648 StringRef Prefix = Imp ? "__imp_" : "";