Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
DCOFFImportDumper.cpp38 switch (H->getNameType()) { in dumpCOFFImportFile()
/external/llvm-project/llvm/tools/llvm-readobj/
DCOFFImportDumper.cpp35 switch (H->getNameType()) { in dumpCOFFImportFile()
/external/llvm-project/llvm/lib/Object/
DCOFFImportFile.cpp92 static ImportNameType getNameType(StringRef Sym, StringRef ExtName, in getNameType() function
600 : getNameType(SymbolName, E.Name, in writeImportLibrary()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DCOFFImportFile.cpp92 static ImportNameType getNameType(StringRef Sym, StringRef ExtName, in getNameType() function
600 : getNameType(SymbolName, E.Name, in writeImportLibrary()
/external/llvm/include/llvm/Support/
DCOFF.h659 ImportNameType getNameType() const { in getNameType() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCOFF.h664 ImportNameType getNameType() const { in getNameType() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DCOFF.h712 ImportNameType getNameType() const { in getNameType() function
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DCOFF.h719 ImportNameType getNameType() const { in getNameType() function
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DTimeZoneNamesImpl.java728 private static NameType getNameType(int index) {
818 info.type = getNameType(i);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTimeZoneNamesImpl.java726 private static NameType getNameType(int index) {
816 info.type = getNameType(i);
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestLocale.java225 switch (CLDRFile.getNameType(xpath)) { in TestLocalePartsValidity()
/external/llvm-project/lld/COFF/
DInputFiles.cpp978 switch (hdr->getNameType()) { in parse()
/external/llvm/include/llvm/Object/
DCOFF.h528 int getNameType() const { return (TypeInfo >> 2) & 0x7; } in getNameType() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DCOFF.h552 int getNameType() const { return (TypeInfo >> 2) & 0x7; } in getNameType() function
/external/llvm-project/llvm/include/llvm/Object/
DCOFF.h552 int getNameType() const { return (TypeInfo >> 2) & 0x7; } in getNameType() function
/external/cldr/tools/java/org/unicode/cldr/test/
DCLDRTest.java482 int nameType = CLDRFile.getNameType(xpath); in TestDisplayNameCollisions()
/external/cldr/tools/java/org/unicode/cldr/util/
DCLDRFile.java2079 public static int getNameType(String xpath) {
2213 int type = getNameType(path);