llvm::dwarf::CaseString

Returns the name of the DW_ID case-sensitivity constant with the given value.

Synopsis

Declared in <llvm/BinaryFormat/Dwarf.h>

StringRef
CaseString(unsigned int Case);

Return Value

Enumerator name for Case, or empty if unknown.

Parameters

NameDescription
CaseDW_ID_* encoding value.