Home
last modified time | relevance | path

Searched refs:ImportNameType (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp57 static StringRef applyNameType(ImportNameType Type, StringRef name) { in applyNameType()
86 name = applyNameType(static_cast<ImportNameType>(hdr->getNameType()), name); in getExportName()
174 static ImportNameType getNameType(StringRef Sym, StringRef ExtName, in getNameType()
252 ImportType Type, ImportNameType NameType,
547 ImportType ImportType, ImportNameType NameType, in createShortImport()
716 ImportNameType NameType; in writeImportLibrary()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h740 enum ImportNameType : unsigned { enum
816 ImportNameType getNameType() const { in getNameType()
817 return static_cast<ImportNameType>((TypeInfo & 0x1C) >> 2); in getNameType()
/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.h427 llvm::COFF::ImportNameType nameType;
H A DInputFiles.cpp1524 s->nameType = ImportNameType::IMPORT_NAME; in parse()
1528 s->nameType = ImportNameType::IMPORT_NAME_NOPREFIX; in parse()