Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcInstPrinter.cpp213 static const char *const TagNames[] = { in printMembarTag() local
225 for (unsigned i = 0; i < sizeof(TagNames) / sizeof(char *); i++) { in printMembarTag()
227 O << (First ? "" : " | ") << TagNames[i]; in printMembarTag()
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dapple670 # https://exiftool.org/TagNames/RSRC.html
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2289 const std::map<uint64_t, const char *> TagNames = { in getDynamicEntry() local
2296 return (Twine(TagNames.at(Type)) + ": [" + getDynamicString(Value) + "]") in getDynamicEntry()