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()
172 static ImportNameType getNameType(StringRef Sym, StringRef ExtName, in getNameType()
250 ImportType Type, ImportNameType NameType,
545 ImportType ImportType, ImportNameType NameType, in createShortImport()
714 ImportNameType NameType; in writeImportLibrary()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h706 enum ImportNameType : unsigned { enum
782 ImportNameType getNameType() const { in getNameType()
783 return static_cast<ImportNameType>((TypeInfo & 0x1C) >> 2); in getNameType()
/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.h401 llvm::COFF::ImportNameType nameType;
H A DInputFiles.cpp1209 s->nameType = ImportNameType::IMPORT_NAME; in parse()
1213 s->nameType = ImportNameType::IMPORT_NAME_NOPREFIX; in parse()