HomeSort by: relevance | last modified time | path
    Searched defs:Imp (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
DebugCrossImpSubsection.cpp 87 CrossModuleImport Imp;
88 Imp.ModuleNameOffset = Strings.getIdForString(Item->getKey());
89 Imp.Count = Item->getValue().size();
90 if (auto EC = Writer.writeObject(Imp))
  /src/external/apache2/llvm/dist/llvm/lib/Object/
COFFImportFile.cpp 175 NewArchiveMember createWeakExternal(StringRef Sym, StringRef Weak, bool Imp);
473 auto *Imp = reinterpret_cast<coff_import_header *>(P);
474 P += sizeof(*Imp);
475 Imp->Sig2 = 0xFFFF;
476 Imp->Machine = Machine;
477 Imp->SizeOfData = ImpSize;
479 Imp->OrdinalHint = Ordinal;
480 Imp->TypeInfo = (NameType << 2) | ImportType;
491 StringRef Weak, bool Imp) {
558 StringRef Prefix = Imp ? "__imp_" : ""
    [all...]

Completed in 22 milliseconds