Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFImportDumper.cpp36 case COFF::IMPORT_ORDINAL: in dumpCOFFImportFile()
53 if (H->getNameType() != COFF::IMPORT_ORDINAL) in dumpCOFFImportFile()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp81 case IMPORT_ORDINAL: in getExportName()
717 NameType = IMPORT_ORDINAL; in writeImportLibrary()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h711 IMPORT_ORDINAL = 0, enumerator
/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp1007 case IMPORT_ORDINAL: in parse()