Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DCOFFImportDumper.cpp36 switch (H->getNameType()) { in dumpCOFFImportFile()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DCOFFImportFile.cpp93 static ImportNameType getNameType(StringRef Sym, StringRef ExtName, in getNameType() function
599 ImportNameType NameType = getNameType(SymbolName, E.Name, Machine, MinGW); in writeImportLibrary()
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DCOFF.h710 ImportNameType getNameType() const { in getNameType() function
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DInputFiles.cpp487 switch (Hdr->getNameType()) { in parse()
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DCOFF.h550 int getNameType() const { return (TypeInfo >> 2) & 0x7; } in getNameType() function