LLVM 22.0.0git
Variables
ELFAttrParserCompact.cpp File Reference
#include "llvm/Support/ELFAttrParserCompact.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/Support/Errc.h"
#include "llvm/Support/ScopedPrinter.h"

Go to the source code of this file.

Variables

static constexpr EnumEntry< unsignedtagNames []
 

Variable Documentation

◆ tagNames

constexpr EnumEntry<unsigned> tagNames[]
staticconstexpr
Initial value:
= {
{"Tag_File", ELFAttrs::File},
{"Tag_Section", ELFAttrs::Section},
{"Tag_Symbol", ELFAttrs::Symbol},
}

Definition at line 20 of file ELFAttrParserCompact.cpp.

Referenced by llvm::ELFCompactAttrParser::parseSubsection().