Home
last modified time | relevance | path

Searched refs:getNameType (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFImportDumper.cpp35 switch (H->getNameType()) { in dumpCOFFImportFile()
53 if (H->getNameType() != COFF::IMPORT_ORDINAL) in dumpCOFFImportFile()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp63 switch (hdr->getNameType()) { in getExportName()
137 static ImportNameType getNameType(StringRef Sym, StringRef ExtName, in getNameType() function
679 NameType = getNameType(SymbolName, E.Name, Machine, MinGW); in writeImportLibrary()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h782 ImportNameType getNameType() const { in getNameType() function
/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp960 switch (hdr->getNameType()) { in parse()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h552 int getNameType() const { return (TypeInfo >> 2) & 0x7; } in getNameType() function