Home
last modified time | relevance | path

Searched defs:getNameType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp172 static ImportNameType getNameType(StringRef Sym, StringRef ExtName, in getNameType() function
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h782 ImportNameType getNameType() const { in getNameType() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h552 int getNameType() const { return (TypeInfo >> 2) & 0x7; } in getNameType() function