Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp80 switch (hdr->getNameType()) { in getExportName()
86 name = applyNameType(static_cast<ImportNameType>(hdr->getNameType()), name); in getExportName()
172 static ImportNameType getNameType(StringRef Sym, StringRef ExtName, in getNameType() function
746 NameType = getNameType(SymbolName, E.Name, M, MinGW); in writeImportLibrary()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h782 ImportNameType getNameType() const { in getNameType() function
/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp1006 switch (hdr->getNameType()) { in parse()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h552 int getNameType() const { return (TypeInfo >> 2) & 0x7; } in getNameType() function