Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFImportDumper.cpp35 switch (H->getNameType()) { in dumpCOFFImportFile()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp92 static ImportNameType getNameType(StringRef Sym, StringRef ExtName, in getNameType() function
600 : getNameType(SymbolName, E.Name, in writeImportLibrary()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h720 ImportNameType getNameType() const { in getNameType() function
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp974 switch (hdr->getNameType()) { in parse()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h552 int getNameType() const { return (TypeInfo >> 2) & 0x7; } in getNameType() function