Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5038 static const char *OSNames[] = { in getGNUAbiTag() local
5042 if (Words[0] < array_lengthof(OSNames)) in getGNUAbiTag()
5043 OSName = OSNames[Words[0]]; in getGNUAbiTag()