LLVM 19.0.0git
Variables
ELFAttributeParser.cpp File Reference
#include "llvm/Support/ELFAttributeParser.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 17 of file ELFAttributeParser.cpp.

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