Searched refs:getNameType (Results 1 – 13 of 13) sorted by relevance
38 switch (H->getNameType()) { in dumpCOFFImportFile()
36 switch (H->getNameType()) { in dumpCOFFImportFile()
93 static ImportNameType getNameType(StringRef Sym, StringRef ExtName, in getNameType() function599 ImportNameType NameType = getNameType(SymbolName, E.Name, Machine, MinGW); in writeImportLibrary()
664 ImportNameType getNameType() const { in getNameType() function
710 ImportNameType getNameType() const { in getNameType() function
659 ImportNameType getNameType() const { in getNameType() function
728 private static NameType getNameType(int index) {818 info.type = getNameType(i);
726 private static NameType getNameType(int index) {816 info.type = getNameType(i);
203 switch (CLDRFile.getNameType(xpath)) { in TestLocalePartsValidity()
528 int getNameType() const { return (TypeInfo >> 2) & 0x7; } in getNameType() function
550 int getNameType() const { return (TypeInfo >> 2) & 0x7; } in getNameType() function
2094 public static int getNameType(String xpath) {2207 int type = getNameType(path);
477 int nameType = CLDRFile.getNameType(xpath); in TestDisplayNameCollisions()