llvm::dwarf::InlineCodeString

Returns the name of the DW_INL inline code constant with the given value.

Synopsis

Declared in <llvm/BinaryFormat/Dwarf.h>

StringRef
InlineCodeString(unsigned int Code);

Return Value

Enumerator name for Code, or empty if unknown.

Parameters

NameDescription
CodeDW_INL_* encoding value.